.login-bottom-links {
    padding-top: 0 !important;
}

.login-form .dashboard-login-form {
    padding-top: 30px !important;
}

.btn {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}

.magic-link-container {
    text-align: center;
    background-color: #fff;
    border: 1px solid #757575;
    padding: 9px;
    display: flex;
    align-items: center;
}

.magic-link-icon {
    fill: #EA4335; /* Google Red */
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.magic-link-text {
    flex-grow: 1;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    color: #757575;
}

.btn-orange-light {
    background-color: #B77436;
    transition: all 0.1s ease-in-out !important;
}


.login-page .login-bottom-links .btn-orange-light:hover {
    color: #303641;
    transform: translateY(-1px);
    transition: all 0.1s ease-in-out !important;
}

label.error {
    position: absolute;
    left: 10px;
    bottom: -48%;
    font-size: 10px;
    color: red;
}

#error-google-user {
    display: none;
    /* background: #2473cc; */
    margin-bottom: 15px;
}

#error-google-user>p {
    font-size: 16px;
}

#create-account-google-email {
    display: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    margin-bottom: 10px;
    cursor: pointer;
    -moz-transition: all 550ms ease-in-out;
    -o-transition: all 550ms ease-in-out;
    -webkit-transition: all 550ms ease-in-out;
    transition: all 550ms ease-in-out;
}

#create-account-google-email:hover {
    color: #ffffff;
}

#or-sign-in-with-email,
#or-create-new-store {
    /* display: none; */
    font-size: 16px;
    color: #f3f4f6;
    font-weight: 500;
    text-align: center;
    border-bottom: 3px solid #e5e7eb;
}

#or-sign-in-with-email>span,
#or-create-new-store>span {
    background: #303640;
    padding: 1em;
    letter-spacing: 0.025em;
}

#or-create-new-store {
    display: none;
}

.g-signin2 {
    /* margin-bottom: 2em; */
}

.spacer_2 {
    height: 3em;
}

input::placeholder,
input {
    letter-spacing: 0.05em;
}

.login_page {
    width: 100%;
    height: fit-content;
    background: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;"
}

.login-page .login-form {
    height: 100%;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.login-content-body {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    margin: 0 auto;
}

.login-page .login-form .form-group .input-group {
    height: 57px;
    border: unset;
    background: #F3F3F6;
}

.login-content {
    width: 430px !important;
    padding: 10px 0 0 0 !important;
}

.welcome-text {
    margin-top: 20px;
    text-align: left;
    color: #1B1B1C;
    font-family: Poppins, sans-serif;
    font-size: 37px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
}

.login-success.form-forgot-password-success p,
.sub-welcome-text {
    text-align: left;
    color: #7B7B7F;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
}

.login-success.form-forgot-password-success {
    background: unset;
    padding: 7px;
    margin-bottom: 0;
}

.form-group.form-email input,
.form-group.form-password input {
    width: 100%;
    height: 57px;
    padding: 10px 35px 10px 27px;

}
.form-group.form-email input {
    border-radius: 10px 10px 0 0;
    border-bottom: 0.5px solid #CCCCD1;
}

.form-group.form-password input {
    border-radius: 0 0 10px 10px;
}

.form-control.email-input,
.form-control.password-input {
    border-radius: 10px;
    background: #F3F3F6 !important;
    color: #7B7B7F;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
}

.password-wrapper {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.password-wrapper .toggle-password {
    /*width: 30px;*/
    /*height: 30px;*/
    position: absolute;
    right: 20px;
    cursor: pointer;
    color: #4a4a4a;
    z-index: 999;
}

.need-help a,
.forgot-password-text {
    color: #0060D8;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
}

.need-help a:hover,
.forgot-password-text:hover,
.forgot-password-text:focus {
    color: #0060D8;
}

.remember-forgot-password {
    align-items: baseline;
    min-width: 430px;
}

.need-help {
    text-align: right;
    width: 500px;
    margin: 0 auto auto;
}

input[type="checkbox"] {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    border-radius: 5px;
    border: 1.6px solid #6B6B6B !important;
}

.remember-me-text {
    margin-left: 5px;
    text-align: center;
    color: #1D1D1E;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
}

.btn.btn-block.btn-reset-pass,
.btn.signin-btn.btn-block {
    width: 100%;
    height: 51px;
    border-radius: 10px;
    background: #0060D8;
    color: #FFF;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-style: normal;
    text-transform: none;
    font-weight: 500;
    line-height: 125%; /* 25.161px */
    box-shadow: unset;
}

.cnt-with-text {
    margin: 23px 25px;
    color: #CCCCD1;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.login-btn-wrap {
    margin-top: 12px;
}

.sign-with-google,
.magic-link-container,
.abcRioButton.abcRioButtonLightBlue {
    width: 100% !important;
    height: 51px !important;
}

.magic-link-container,
.abcRioButton.abcRioButtonLightBlue {
    margin-bottom: 20px;
    box-shadow: none;
    border-radius: 10.065px;
    border: 0.839px solid #CCCCD1;
}

.abcRioButtonContentWrapper {
    text-align: center;
    padding: 9px;
}

.abcRioButtonIcon {
    margin-left: 15px !important;
    padding: 5px !important;
}

.abcRioButtonSvg {
    width: 22px;
    height: 22px;
}

.magic-link-text,
.abcRioButtonContents {
    color: #1B1F2A;
    font-family: Poppins, sans-serif;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
}

.img-fluid {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.login-page .login-header {
    background: #FFFFFF;
}

.left-block {
    width: 58%;
    height: 100vh;
    padding: 35px 0 35px 30px;
}

.right-block {
    width: 50%;
    height: 100vh;
    padding: 35px 0 35px 0;
}

.image-block {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    padding: 32px;
    border-radius: 30px;
    background-size: cover;
    background-position: center;
}

.privacy-policy {
    margin: auto;
    color: #535356;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
}

.rights-text {
    margin-top: 30px;
    color: #7B7B7F;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
}

.heading-texts {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 32px 32px 23px 23px;
}

.large-text {
    color: #FFF;
    font-family: Poppins, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.medium-text {
    margin-top: 25px;
    color: #FFF;
    font-family: Poppins, sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.small-text {
    color: #FFF;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.read-more-btn {
    display: inline-flex;
    min-width: 155px;
    height: 51px;
    padding: 13px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.need-an-account div>a:hover {
    color: #1B1F2A !important;
}

@media screen and (max-width: 1200px) {
    .need-help {
        width: 450px;
    }
}

@media screen and (max-width: 1100px) {
    .login-page .login-content {
        margin: auto 40px;
    }
}

@media screen and (max-width: 1024px) {
    .right-block {
        width: 49% !important;
    }

    .large-text {
        font-size: 36px;
    }

    .medium-text {
        font-size: 28px;
    }

    .small-text {
        font-size: 18px;
    }

    .login-page .login-content {
        width: 410px !important;
    }

    .need-help {
        width: 400px !important;
    }

    .remember-forgot-password,
    .form-group.form-email input,
    .form-group.form-password input {
        min-width: 400px !important;
    }

    .cnt-with-text {
        margin: 23px 17px;
    }

    .left-block {
        margin-right: 0;
    }
}

@media screen and (max-width: 1010px) {
    .login-page .login-content {
        width: 390px !important;
    }

    .remember-forgot-password,
    .form-group.form-email input,
    .form-group.form-password input {
        min-width: 390px !important;
    }
}

@media screen and (max-width: 970px) {
    .login-page .login-content {
        width: 370px !important;
    }

    .remember-forgot-password,
    .form-group.form-email input,
    .form-group.form-password input {
        min-width: 370px !important;
    }
}

@media screen and (max-width: 920px) {
    .need-help,
    .login-page .login-content {
        width: 350px !important;
    }

    .remember-forgot-password,
    .form-group.form-email input,
    .form-group.form-password input {
        min-width: 350px !important;
    }

    svg.line {
        width: 95px;
    }

    svg.chain {
        width: 50px;
    }
}

@media screen and (max-width: 890px) {
    .need-help,
    .login-page .login-content {
        width: 330px !important;
    }

    .remember-forgot-password,
    .form-group.form-email input,
    .form-group.form-password input {
        min-width: 330px !important;
    }

    .privacy-policy {
        font-size: 12px;
    }

    svg.line {
        width: 93px;
    }
}

@media screen and (max-width: 820px) {
    .large-text {
        font-size: 32px;
    }

    .medium-text {
        font-size: 25px;
    }

    .small-text {
        font-size: 16px;
    }

    .need-help,
    .login-page .login-content {
        width: 310px !important;
    }

    .remember-forgot-password,
    .form-group.form-email input,
    .form-group.form-password input {
        min-width: 310px !important;
    }

    svg.line {
        width: 70px;
    }
}

@media screen and (max-width: 780px) {
    .need-help,
    .login-page .login-content {
        width: 280px !important;
    }

    .forgot-password-text,
    .remember-me-text {
        font-size: 14px;
    }

    .remember-forgot-password,
    .form-group.form-email input,
    .form-group.form-password input {
        min-width: 280px !important;
    }

    .large-text {
        font-size: 29px;
    }

    .medium-text {
        font-size: 23px;
    }

    .small-text {
        font-size: 15px;
    }

    .spacer_2 {
        height: 0;
    }

    .rights-text {
        margin-top: 13px;
    }

    .forgot-password-text {
        margin-bottom: 1em !important;
    }

    .welcome-text {
        font-size: 35px;
    }
}

@media screen and (max-width: 735px) {
    .need-help, .login-page .login-content {
        width: 270px !important;
    }

    .remember-forgot-password,
    .form-group.form-email input,
    .form-group.form-password input {
        min-width: 270px !important;
    }

    svg.line {
        width: 64px;
    }

    .btn.btn-block.btn-reset-pass,
    .btn.signin-btn.btn-block {
        font-size: 16px;
    }
}

@media screen and (max-width: 696px) {
    .need-help, .login-page .login-content {
        width: 250px !important;
    }

    .remember-forgot-password,
    .form-group.form-email input,
    .form-group.form-password input {
        min-width: 250px !important;
    }

    .forgot-password-text,
    .remember-me-text {
        font-size: 13px;
    }
}

@media screen and (max-width: 650px) {
    .need-help, .login-page .login-content {
        width: 240px !important;
    }

    .remember-forgot-password,
    .form-group.form-email input,
    .form-group.form-password input {
        min-width: 240px !important;
    }

    .heading-texts {
        padding: 0;
    }
}

@media screen and (max-width: 667px) {
    .login_page {
        height: 100%;
        flex-direction: column-reverse;
        gap: 20px;
    }

    .need-help,
    .login-page .login-content {
        width: 100% !important;
        margin: 0;
    }

    .left-block,
    .right-block {
        width: 90% !important;
        height: fit-content;
        margin: auto;
    }

    .left-block {
        height: 500px;
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 0;
        align-items: flex-end;
    }

    .forgot-password-text,
    .remember-me-text {
        font-size: 16px;
    }

    .login-page .login-form {
        gap: 90px;
    }
}

@media screen and (max-width: 440px) {
    .left-block,
    .right-block {
        width: 85% !important;
        margin: auto;
    }

    .left-block {
        height: 500px;
        margin-top: 30px;
        margin-bottom: 30px;
        align-items: flex-end;
    }

    .heading-texts {
        height: fit-content;
        padding: 0;
    }

    .large-text {
        font-size: 25px;
    }

    .medium-text {
        font-size: 20px;
    }

    .small-text {
        font-size: 14px;
    }

    .need-help,
    .login-page .login-content {
        width: 100% !important;
        margin: 0;
    }

    .login-content.login-top-content {
        margin: 0;
    }
}

@media screen and (max-width: 395px) {
    .privacy-policy,
    .rights-text {
        margin-left: -35px;
    }

    .welcome-text {
        font-size: 32px;
    }

    .forgot-password-text,
    .remember-me-text {
        font-size: 14px;
    }

    .privacy-policy, .rights-text {
        margin-left: 0;
    }
}

@media screen and (max-height: 760px) {
    .login-content-body {
        margin-top: -40px;
    }
}