@font-face {
    font-family: "GothamBold";
    src: url('/vendors/fonts/GothamBold.ttf') format('truetype');
}

body {
    color: #000;
}

p {
    font-size: 10px;
    font-weight: 600;
    line-height: 1.4em;
    margin: 0;
}

.page-route-login .container > .row > div {
    -ms-flex: 0 0 454px;
    flex: 0 0 454px;
    max-width: 454px;

    padding-left: 30px;
    padding-right: 30px;
}

body {
    font-family: Montserrat, sans-serif;
    background-image: url('https://cg-imgs.s3.ap-southeast-2.amazonaws.com/CG_website_login_background-image_desktop_1398x934px_MAY2022.jpg');
    background-size: cover;
    background-position: center center;
}

#login-wrapper {
    border: 0 none;
    border-radius: 0;
    background: none;

    -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.5);
}

#login-wrapper h5.page-title {
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    letter-spacing: -1px;
}

#login-wrapper .logo {
    width: 30%;
    display: block;
    margin: 0 auto 30px;
}

#login-wrapper .alert ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#login-wrapper .card-body {
    background:rgba(255, 255, 255, 1);
    padding: 2rem 2rem 1rem 2rem;
    border-radius: 0;
}

#login-wrapper .card-header-chefgood {
    background: #f36f21;
    color: #fff;
    font-size: 25px;
    padding: 20px 0 30px;
}

#login-wrapper .card-header-chefgood img {
    display: block;
    margin: auto;
}

#login-wrapper .supplier_wrap p {
    font-size: 13px;
}

#login-wrapper form label {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1em;
    margin-top: 20px;
    margin-bottom: 5px;
    display: inline-block;
    max-width: 100%;
}

#login-wrapper form input[type="password"],
#login-wrapper form input[type="email"] {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
    background-color: #e8f0fd;
    border: solid 1px #dedede;
    border-radius: 4px;

    height: 34px;
    padding: 6px 12px;
    /*border-radius: 5px;*/
    /*background: url("{{asset('images/background/repeater.jpg')}}") repeat;*/
    /*opacity: 1 !important;*/
}

#login-wrapper form input[type="password"]:focus,
#login-wrapper form input[type="email"]:focus {
    border-color: #66afe9;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    /*background-color: transparent !important;*/
}

#login-wrapper #login-form #loginbutton,
#login-wrapper #forgotpassword-form .btn {
    color: #fff;
    background-color: #f36f21;
    border-color: #f36f21;
    border: 1px solid transparent;
    padding: 13px 30px;
    margin: 0 auto 25px;
    font-size: 18px;
    line-height: 1;
    border-radius: .25rem;
    font-weight: bold;
    font-style: normal;
    font-family: inherit;
    width: auto;
    text-transform: uppercase;

    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;

    -webkit-box-shadow: 1px 1px 2px 0 #888;
    box-shadow: 1px 1px 2px 0 #888;
}

#login-wrapper #login-form #loginbutton:hover,
#login-wrapper #login-form #loginbutton:focus,
#login-wrapper #forgotpassword-form .btn:hover,
#login-wrapper #forgotpassword-form .btn:focus {
    opacity: .8;
    color: #ffffff;
    border-color: #f36f21;
    outline: 0 !important;
}

#login-wrapper #login-form #loginbutton {
    font-size: 18px;
}

#login-wrapper #login-form #loginbutton .fa-spinner {
    margin-right: 8px;
}

#login-wrapper #forgotpassword-form .btn {
    font-size: 1rem;
    padding: 15px 20px;
}

#loginbutton .fa-spin,
#forgotpassword-form .fa-spin {
    margin-right: 10px;
}


.btn-bg {
    color: #fff;
    background-color: #f0702f;
    border-color: #f0702f;
}

.btn-bg:hover {
    color: #fff;
    background-color: #fb7531;
    border-color: #fb7531
}

#login-wrapper form #btnforgotpassword {
    margin-top: 0;
    margin-bottom: 25px;
    padding: 0;
    color: #f0702f;
    font-size: 10px;
    font-weight: 600;
}

#login-wrapper form .meal-plans {
    color: #f0702f;
}

#login-wrapper .partner-logos ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

#login-wrapper .partner-logos ul li {
    display: inline-block;
    margin: 10px 5px 0;
}

.terms-agree-text {
    list-style: none;
    margin-bottom: 20px;
    font-family: Montserrat, sans-serif;
    color: #595B61;
}


.terms_and_condition,
.privacy_statement
{
    text-decoration-line: underline;
    color: #595B61;
}

.form-btn {
    margin-bottom: 30px;
    width: 100%;
    max-width: 180px;
    /* padding: 15px; */
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    border-radius: 10px;
}

.form-group {
    margin: 0 auto 10px;
}

.btn-swap-back{
    float: left;font-weight: 700; color: rgba(0,0,0,.5); margin-top: 5px;
}

.btn-swap-back:hover{
    color: #f36f21;
    text-decoration: underline;
}

@media only screen and (max-width: 767px) {
    .card-group #login-wrapper {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 480px) {
    .page-route-login .container > .row > div.col-md-5 {
        -ms-flex: 0 0 90vw;
        flex: 0 0 90vw;
        max-width: max-content;
        padding: 20px 0;
    }

    #login-wrapper #forgotpassword-form .btn {
        width: 100%;
        margin: 0 0 1em !important;
    }

    /* Fix input zoom in Safari */
    input[type='text'],
    input[type='number'],
    input[type='email'],
    input[type='password'],
    textarea,
    select:focus {
      font-size: 16px !important;
    }

    .healthymummy#login-wrapper .card-body #logo {
        width: 180px;
    }
}

@media only screen and (max-width: 320px) {
    .page-route-login .container > .row > div {
        padding-left: 15px;
        padding-right: 15px;
    }

    #login-wrapper .card-body {
        padding: 1.5rem 1.5rem 1rem;
    }

    #login-wrapper .card-body #logo {
        width: 130px !important;
    }

    .login_f45 #login-wrapper .card-body #logo {
        width: 110px !important;
        margin-top: 10px;
    }

    .login_vision #login-wrapper .card-body #logo {
        margin-top: 10px;
    }

    #login-wrapper .card-body .supplier_wrap img {
        width: 60px;
    }
}
