/* signin */
body {
    background-color: #fff !important;
    font-family: 'Poppins';
}

.loginImg {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    min-height: 100vh;
    background-color: #ffe7de;
}

.logoImg img {
    margin-bottom: 76px;
    width: 187px;
    margin-bottom: 90px;
}

.signIn {
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #050922;
    margin-bottom: 13px;
}

.signInAcc {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #050922;
    margin-bottom: 24px;
}

.signInAlert {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ff4500;
    padding: 16px;
    border-radius: 3px;
    background-color: #ffe7de;
    margin-bottom: 24px;
    height: 48px;
    display: flex;
    align-items: center;
}
.resetAlert {

    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ff4500;
    padding: 16px 54px 15px 28px;
    border-radius: 3px;
    background-color: #ffe7de;
    margin-bottom: 24px;
    flex-direction: column;
    display: flex;
    align-items: start;
    margin-top: 10px;
}
.error-list {
    list-style: none; /* removes bullet dots */
    padding-left: 0;   /* removes default left padding */
    margin: 0;
}

.error-list li {
    margin: 5px 5px 0px 5px;
}

#signInform .input-wrapper,
#signUpform .input-wrapper,
form .input-wrapper {
    position: relative;
    margin-bottom: 24px;
}

#signInform .input-wrapper:first-of-type {
    margin-bottom: 24px;
}

#signInform input,
#signUpform input,
form input,
#resetform input,
#forgotPswdform input {
    border-radius: 3px !important;
    border-color: #d4d4d4;
    background-color: #fff !important;
    width: 100%;
    padding: 21px !important;
    font-size: 16px !important;
    height: 56px;
}

#signInform input::placeholder,
#signUpform input::placeholder,
form input::placeholder {
    font-size: 16px !important;
    font-weight: normal !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #525252 !important;
}
#togglePassword img{
    width:24px;
}

#signInform label,
form label {
    font-size: 14px !important;
    font-weight: normal !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
}

#signInform .input-wrapper label,
form .input-wrapper label {
    position: absolute;
    top: -8px;
    left: 25px;
    font-size: 14px;
    background-color: white;
    padding: 0 5px;
    color: gray;
}

.forgotPswd {
    margin-top: 0;
    margin-bottom: 24px;
}

.forgotPswd a {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #050922 !important;
    text-decoration: none;
}

.signinSubmit,
.signupSubmit,
.forgotPswdSubmit {
    font-size: 16px !important;
    font-weight: 500 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff !important;
    padding: 10px;
    border-radius: 3px !important;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #FEC115 !important;
    margin-bottom: 16px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.signinSubmit:hover,
.signinSubmit:focus,
.signupSubmit:hover,
.signupSubmit:focus,
.forgotPswdSubmit:hover,
.forgotPswdSubmit:focus {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), var(--Logo-Color, #FEC115);
    border-color: transparent !important;
}

#signInform input:focus,
#signUpform input:focus,
form input:focus {
    box-shadow: none !important;
}


.was-validated .form-control:valid.emailInputError {
    border-color: #f8000e !important;
}

.emailInputError {
    border-color: #f8000e !important;
    margin-bottom: 16px;
}

.was-validated .form-control:valid.passwordInputError {
    border-color: #f8000e !important;
}

.passwordInputError {
    border-color: #f8000e !important;
    margin-bottom: 16px;
}

.continueWith p {
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #050922;
    margin-bottom: 16px;
}

#signInform .apple,
#signUpform .apple {
    padding: 12px 92px 11.6px;
    border-radius: 3px;
    background-color: #f9f9f9;
    margin-right: 12px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#signInform .apple img, #signUpform .apple img,
#signInform .google img,
#signUpform .google img{
width:24px;
}

#signInform .google,
#signUpform .google {
    padding: 12px 92px 11.6px;
    border-radius: 3px;
    background-color: #f9f9f9;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.otherOptions {
    margin-bottom: 24px;
}

#signInform .noAccount h5,
#signUpform .noAccount h5,
#forgotPswdform .noAccount h5,
#resetform .noAccount h5 {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #050922;
}

#signInform .noAccount h5 a,
#signUpform .noAccount h5 a,
#forgotPswdform .noAccount h5 a,
#resetform .noAccount h5 a {
    font-size: 16px;
    font-weight: 500;
    color: #050922;
    text-decoration: underline;
}

#togglePassword,
#toggleSamePassword {
    right: 15px !important;
    transform: translateY(-50%);
    cursor: pointer;
    height: 15px;
    padding: 15px;
    display: flex;
    align-items: center;
    top: 28px !important;
    background-color: #fff;
}
#toggleSamePassword img{
    width:24px;
}

#signUpform .privacyPolicy p {
    font-size: 13px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #050922;
    margin-bottom: 20px;
}

#signUpform .privacyPolicy p span {
    font-weight: 500;

}

.loaderDivAllCustomers {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 38%;
    /* position: absolute; */
    width: 100%;
    height: 100%;
}

.loader {
    height: 25px;
    width: 25px;
    border: 2px solid #fff;
    border-radius: 50%;
    border-right-color: #fd4876;
    animation: spin 1s ease infinite;
}

.otherOptions {
    display: flex;
    justify-content: center;
    align-items: center;
}

.was-validated .emailInputError:valid {
    background-image: none;
    ;
}
.alertImg{
    margin-left:auto;
    margin-bottom: 0!important;
    width:25px!important;
    cursor:pointer
}
.btn.disabled{
    box-shadow: none!important;
}
.signInAlert .btn-close{
    padding:16px;
    color:#000;
    opacity:1;
}
.signInAlert .btn-close:focus{
    box-shadow:none!important;
}
/* Define the animation */
@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@media(max-width:1280px) {
    .otherOptions {
        /* flex-direction: column; */
    }

    #signInform .apple,
    #signUpform .apple {
        /* margin-right: 0; */
        /* margin-bottom: 24px; */
        /* width: 100%; */
    }

    #signInform .google,
    #signUpform .google {
        /* width: 100%; */
    }
}

@media (min-width: 768.98px) {

    /* md breakpoint */
    .w-md-75 {
        width: 75% !important;
    }
}

@media (max-width: 991.98px) {

    /* md breakpoint */
    .logoImg img {
        width: 150px;
        margin-bottom: 15px;
    }

    .signIn {
        font-size: 22px;
    }

    .signInAcc {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .signInAlert {
        padding: 10px;
        margin-bottom: 20px;
    }

    #signInform input,
    #signUpform input,
    form input,
    #resetform input,
    #forgotPswdform input {
        padding: 10px !important;
    }

    #togglePassword,
    #toggleSamePassword {
        top: 24px !important;
    }

    .forgotPswd {
        margin-top: 0;
        margin-bottom: 20px;
    }

    #signInform .input-wrapper,
    #signUpform .input-wrapper,
    form .input-wrapper {
        margin-bottom: 20px !important;
    }

    .signinSubmit,
    .signupSubmit,
    .forgotPswdSubmit {
        font-size: 16px !important;
        margin-bottom: 15px;
    }

    #signInform .apple,
    #signUpform .apple {
        padding: 12px 60px 11.6px;
        /* margin-bottom: 15px; */
    }

    .continueWith p,
    .otherOptions,#signUpform .privacyPolicy p {
        margin-bottom: 15px;
    }

    .apple img,
    .google img {
        width: 20px;
    }

    #togglePassword img,#toggleSamePassword img {
        width: 20px;
    }

    #signInform input::placeholder,
    #signUpform input::placeholder,
    form input::placeholder {
        font-size: 16px!important;
    }

    .forgotPswd a {
        font-size: 16px;
    }
    #signInform .google, #signUpform .google{
        padding: 12px 60px 11.6px;
    }
    #signInform input, #signUpform input, form input, #resetform input, #forgotPswdform input{
        height:46px;
    }
}