/* body {
    background: transparent linear-gradient(90deg, #0796b6 0%, #3acd99 100%) 0 0 no-repeat padding-box !important;
}

.fw {
    background-image: linear-gradient(180deg, #0000 45%, #fff 0%);
} */
/* html{
    font-size: 16px
} */
.top_heading {
    margin: 0 auto 20px;
    color: #fff;
}

.top_heading h1 {
    font-weight: 500;
    font-size: 48px;
    line-height: 68.46px;
}

.subheading {
    text-align: center;
    font: normal normal normal 16px/28px Roboto;
    color: #fff;
    text-transform: capitalize;
}

.signup-btn-google .google-sso--logo {
    width: 34px;
    height: 25px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: inline-block;
}

.signup-btn-google .google-sso--text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    padding: 0 20px;
    font-weight: 500;
}

.signup-btn-google {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 36px;
    box-shadow: 0 2px 6px #0000001a;
    border: 1px solid #f0f2fc;
    border-radius: 4px;
    background: #fff;
    padding: 20px;
}

.googleBtn {
    border-radius: 10px;
    opacity: 1;
    margin-top: 4% !important;
}

.cart-secs {
    padding: 12px 15px;
    background: #fff;
    box-shadow: 0 3px 15px #00000012;
}

.input-group-addon .fa {
    font-size: 20px !important;
}

.input-group-addon {
    background: transparent !important;
    border: 0 !important;
    color: #bbb !important;
}

.input-group {
    background: #fff;
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #c9c9c9 !important;
    width: 100%;
    height: 49px;
    border-radius: 4px;
}

.input-group.focusable .input-group-addon,
.input-group .form-control:active,
.input-group .form-control:focus {
    background: #eee !important;
    color: #999 !important;
}

#registerPanel img {
    display: block;
}

#registerPanel span {
    display: block;
    font-size: 14px;
}

.thisPageForm label {
    font-size: 12px !important;
    color: #7c7c7c;
    font-weight: 100;
}

.thisPageForm .btn:hover,
.thisPageForm .btn:focus {
    outline: none;
    color: #fff;
}

#registerPanel p {
    color: #7c7c7c;
    font-size: 18px;
    line-height: 16.8px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 0);
    line-height: 26px;
}

#registerPanel a {
    color: #00bb5d;
}

.card-wrap {
    margin: 10px auto 50px;
}

.both-card {
    background: #fff;
    border-radius: 10px 0 0 10px;
    border: 1px solid #dcdbf4;
    position: relative;
    padding: 30px 15px 50px;
    height: 477px;
}

.both-card:first-child {
    border-right: none;
    padding: 30px 50px 50px;
    margin-right: -8px;
}

#registerPanel {
    background: #f4f8f9 0 0 no-repeat padding-box;
    border-radius: 10px;
}

.card-heading {
    text-align: left;
    font-size: 29px;
    font-weight: 500;
    height: 35px;
    line-height: 17px;
    color: #0e101a;
    text-transform: capitalize;
    margin: 20px 0;
}

#loginPanel {
    width: 280px;
    margin: 0 auto;
}

.thisPageForm input {
    height: inherit;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 0 4px 4px 0 !important;
}

.sendforgotpassword,
.loginBtn,
.resetPasswordBtn {
    background: #34c495;
    border-radius: 4px;
    width: 100%;
    height: 35px;
    color: #fff;
}

.loginShow,
.forgetPassShow {
    font-size: 14px;
    cursor: pointer;
    font-weight: 500;
    text-align: right;
    color: #bbb;
}

@media (max-width: 576px) {
    #loginPanel {
        width: auto;
    }

    .subheading {
        font-size: 14px;
    }

    .card-heading {
        margin: 10px auto;
    }

    .both-card:first-child {
        padding: 20px 25px;
        margin: 10px;
    }

    .signup-btn-google .google-sso--text {
        padding: 0 10px;
    }

    .top_heading h1 {
        font-size: 33px;
    }
}

@media (max-width: 600px) {
    .both-card:first-child {
        border-radius: 10px;
        margin: 0 auto;
        height: auto;
        border: 1px solid #dcdbf4;
    }

    #registerPanel {
        display: none;
    }

    .fw {
        background-image: linear-gradient(180deg, #0000 55%, #fff 0%);
    }
}

@media (max-width: 768px) {
    .top_heading {
        margin: 5px auto;
    }
}