﻿.modal-content {
    border-radius: 50px 0px 50px 0px !important;
}

.modal-dialog {
    margin-top: 4%;
    width: fit-content;
    max-width: 95%;
}

.modal-body {
    padding: 80px;
}

.haveNotBeenToMA {
    display: block;
    background: transparent;
    color: unset;
    padding: unset;
    margin: unset;
    width: unset;
    border-radius: 0px;
}

.reset-password-wrapper {
    max-width: 600px;
}

/************************/
/*Updated Styles*/
/************************/

.login-wrapper {
    /*max-width: 600px;*/
    min-width: 67vw;
}

.login-wrapper .mobile-logo {
    display: none;
}

form#loginForm > .row {
    display: flex;
    align-items: stretch;
}

.login-wrapper .relative {
    position: relative;
    width: 6.666667%;
}

.login-wrapper .vertical-line {
    background: #798893;
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.login-wrapper .col-lg-5.custom-5 {
    width: 46.666667%;
}

.login-wrapper .guest-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.modal-body img.modal-logo {
    margin-bottom: 0px;
    margin-left: auto;
}

.login-wrapper p.grey-btn-wrapper a.dark-grey-btn {
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
    font-size: 22px !important;
    font-weight: bold !important;
    color: #ffffff !important;
    text-transform: none;
    border-radius: 10px;
    box-shadow: none;
    height: 60px;
    margin-bottom: 25px;
    font-family: "proxima-nova", sans-serif !important;
    background: #343E46;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.login-wrapper p.grey-btn-wrapper a.dark-grey-btn:hover {
    background: #bbd346;
    color: #343E46!important;
}

.login-wrapper h3.modal-title {
    color: #343E46;
    border-bottom: 1px solid #B8D149;
    text-align: left;
    font-size: 26px!important;
    line-height: 29px!important;
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-weight: 800!important
}

.login-wrapper p.btm-links {
    margin-bottom: 0px;
    display: flex;
    justify-content: space-between;
}

.login-wrapper p.btm-links a {
    color: #586A77;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
}

.login-wrapper p.btm-links a:hover {
    color: #bbd346;
}

/************************/
/*Updated Styles*/
/************************/

.create-account-wrapper {
    max-width: 1150px;
}

.modal-body .extrasWrapper p {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-body #loginSubmitBtn {
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
    font-size: 22px !important;
    font-weight: bold !important;
    color: #343E46 !important;
    text-transform: none;
    border-radius: 10px;
    box-shadow: none;
    height: 60px;
    margin-bottom: 25px;
    font-family: "proxima-nova", sans-serif !important;
    background: #B8D149;
    margin-top: 20px !important;
}

.modal-body #loginSubmitBtn:hover {
    color: white!important;
    background: #343E46 !important;
    outline: none;
}

.modal-body img.modal-logo {
    max-width: 200px;
    width: 100%;
}

.modal-body .green-close {
    position: absolute;
    top: -25px;
    right: -25px;
    margin: 0px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: none;
    background: #B8D149 !important;
    transition: all .5s ease;
}

.modal-body .green-close i {
    color: #343E46;
    transition: all .5s ease;
    font-size: 22px!important;
}

.modal-body label {
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    text-align: left;
}

.login-wrapper.has-guest-link {
    min-width: 600px;
}

.modal-body label span.required,
.modal-body label .greenStar{
    color: #B8D149;
}

.modal-body input[type="email"],
.modal-body input[type="password"],
.modal-body input[type="text"] {
    border-radius: 5px;
    min-height: 65px;
    background: rgba(230,229,229,0.5);
    border: none;
    padding: 0px 20px;
    width: 100%;
}

.form-control {
    margin: 0 0 10px;
}

.modal-body a.input-group-addon {
    background: #343E46;
    color: white;
    width: 65px;
    border-radius: 0px 5px 5px 0px;
}

.modal-body a.input-group-addon i {
    font-size: 25px;
}

.modal-body .password-field {
    width: 100%;
}

.modal-body .extrasWrapper p {
    margin-bottom: 15px;
}

.modal-body .extrasWrapper p a {
    font-size: 18px;
    font-family: "proxima-nova", sans-serif!important;
    font-weight: bold;
    color: #343E46 !important;
}

.modal-body #continueAsGuestLink {
    padding-top: 15px;
    /*border-top: 2px solid #B8D149;*/
    font-size: 18px;
    font-family: "proxima-nova", sans-serif !important;
    font-weight: bold;
    color: #586A77 !important;
    display: flex;
    align-items: center;
}

.guest-wrapper .text-wrapper {
    width: 100%;
}

.guest-wrapper p {
    font-size: 18px;
}

.modal-body #continueAsGuestLink i {
    color: #B8D149;
    margin-left: 14px;
}

.modal-body .mb-0 {
    margin-bottom: 0px;
}

.modal-body .green-close:hover {
    opacity: 1;
    background: #343E46!important;
}

.modal-body .green-close:hover i {
    color: white!important;
}

.modal-body .align-right {
    text-align: right;
}

.modal-body .back-to-login p a {
    font-size: 18px;
    font-family: "proxima-nova", sans-serif!important;
    font-weight: bold;
    color: #586A77 !important;
    display: flex !important;
    align-items: center;
}

.modal-body .back-to-login p a i {
    color: #B8D149;
    margin-right: 14px;
}

.modal-body #requestPwdLinkBtn,
.createWrapper .callout-button,
.guest-buttons .callout-button,
.createAccountForm .callout-button {
    margin-bottom: 0px !important;
    margin: unset;
    margin-left: auto;
    padding: 0px 20px;
    width: fit-content;
    text-align: center;
    font-size: 17px !important;
    font-weight: bold !important;
    color: #343E46 !important;
    text-transform: none;
    border-radius: 10px;
    box-shadow: none;
    height: 50px;
    margin-bottom: 25px;
    font-family: "proxima-nova", sans-serif !important;
}

.createAccountForm .callout-button,
.modal-body #requestPwdLinkBtn {
    background: #B8D149;
    margin-top: 10px;
}

.createAccountForm .callout-button:hover,
.modal-body #requestPwdLinkBtn:hover {
    background: #343E46 !important;
    color: #ffffff;
    outline: none;
}

.guest-buttons .callout-button-secondary,
.guest-buttons .callout-button {
    margin-left: unset;
}

.guest-buttons .callout-button-secondary {
    color: white !important;
}

.modal-body #requestPwdLinkBtn:hover,
.createWrapper .callout-button:hover,
.guest-buttons .callout-button:hover {
    color: white !important;
}

.guest-buttons .callout-button-secondary:hover {
    color: #343E46 !important;
    background: #bbd346 !important;
}

.modal-body .back-to-login p {
    margin-bottom: 0px;
}

.modal-body .align-bottom {
    display: flex;
    clear: both;
    align-items: end;
}

.resend-btn {
    margin-bottom: 25px !important;
    margin: unset;
    margin-left: auto;
    padding: 10px;
    width: fit-content;
    text-align: center;
    font-size: 15px !important;
    font-weight: bold !important;
    color: #343E46 !important;
    text-transform: none;
    border-radius: 10px;
    box-shadow: none;
    height: unset;
    font-family: "proxima-nova", sans-serif !important;
    transition: all .5s ease;
}


.resend-btn:hover {
    color: white !important;
    background: #4c6170;
}

.modal-body .section-title {
    margin-top: 0px;
    font-size: 28px;
    font-weight: 900;
    font-family: "proxima-nova", sans-serif !important;
    margin-bottom: 25px!important;
    color: #343E46;
}

.continue-as-guest-wrapper form.createAccountForm.row .col-sm-6 {
    padding-left: 15px;
}

@media (min-width: 1200px) and (max-width: 1367px) {
    /************************/
    /*Updated Styles*/
    /************************/

    .login-wrapper {
        min-width: 75vw;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    /************************/
    /*Updated Styles*/
    /************************/

    .login-wrapper {
        min-width: 80vw;
    }

    .login-wrapper.has-guest-link {
        min-width: 400px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .modal-dialog {
        /*width: 90%;*/
    }

    /************************/
    /*Updated Styles*/
    /************************/

    .login-wrapper h3.modal-title {
        font-size: 19px !important;
        line-height: 21px !important;
    }

    .modal-body input[type="email"], 
    .modal-body input[type="password"], 
    .modal-body input[type="text"] {
        min-height: 45px;
    }

    .modal-body img.modal-logo {
        max-width: 145px;
        width: 100%;
    }

    .login-wrapper p.btm-links a {
        font-size: 16px;
    }

    .modal-body #loginSubmitBtn,
    .login-wrapper p.grey-btn-wrapper a.dark-grey-btn {
        font-size: 18px !important;
        height: 45px;
    }

    .login-wrapper h3.modal-title {
        margin-bottom: 15px;
    }

    .modal-body a.input-group-addon i {
        font-size: 20px;
    }

    /************************/
    /*Updated Styles*/
    /************************/


    .modal-dialog .col-md-12 {
        float: none;
        clear: both;
    }

    .modal-body {
        padding: 60px 40px;
    }

    .login-wrapper,
    .reset-password-wrapper {
        max-width: 100%;
    }

    .login-wrapper.has-guest-link {
        min-width: 400px !important;
        max-width: 400px !important;
    }
}

@media (max-width: 767px) {
    .modal-dialog {
        width: 90%;
        margin: auto;
        margin-top: 40px;
    }

    .modal-dialog .col-md-12 {
        float: none;
        clear: both;
    }

    .modal-body {
        padding: 60px 40px;
    }

    .login-wrapper,
    .reset-password-wrapper {
        max-width: 100%;
    }

    .modal-body .align-bottom {
        display: flex;
        align-items: flex-start;
        flex-direction: column-reverse;
    }

    .back-to-login {
        margin-top: 20px;
    }

    .modal-body .col-sm-6,
    .modal-body .col-sm-12 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .guest-buttons {
        justify-content: flex-start;
        margin-top: 30px;
    }

    .modal-body #requestPwdLinkBtn, 
    .createWrapper .callout-button, 
    .guest-buttons .callout-button, 
    .createAccountForm .callout-button {
        margin-left: unset;
    }

    /************************/
    /*Updated Styles*/
    /************************/

    .guest-wrapper img.modal-logo,
    .login-wrapper .vertical-line {
        display: none;
    }

    form#loginForm > .row {
        display: block;
    }

    .login-wrapper .col-lg-5.custom-5 {
        width: unset;
    }

    .login-wrapper .mobile-logo {
        display: block;
        margin-bottom: 30px;
        text-align: center;
    }

    .login-wrapper h3.modal-title {
        font-size: 21px !important;
        line-height: 24px !important;
        margin-bottom: 15px;
    }

    .modal-body input[type="email"], 
    .modal-body input[type="password"], 
    .modal-body input[type="text"] {
        min-height: 50px;
    }

    .modal-body #loginSubmitBtn,
    .login-wrapper p.grey-btn-wrapper a.dark-grey-btn {
        font-size: 19px !important;
        height: 45px;
    }

    .login-wrapper .guest-wrapper {
        margin-top: 40px;
    }

    .modal-body {
        padding: 60px 25px;
    }

    .modal-body a.input-group-addon i {
        font-size: 20px;
    }

    .login-wrapper.has-guest-link {
        min-width: 67vw;
    }
}

@media (max-width: 450px) {
    .modal-body .extrasWrapper p {
        display: block;
    }

    .modal-body .extrasWrapper p a {
        display: block;
    }

    .modal-body .extrasWrapper p a#createAccLink {
        margin-top: 10px;
    }

    .extrasWrapper p {
        margin-bottom: 0px;
    }
}


/********************************/
/* Error Popup - bootbox */
/********************************/

.bootbox.modal.fade.bootbox-alert.in {
    background: rgba(0, 0, 0, 0.5);
}

.bootbox .modal-body {
    padding: 10px;
}

.bootbox .modal-dialog {
    margin-top: 5%;
}

.bootbox .bootbox-body {
    padding: 40px 40px 20px;
}

.bootbox .bootbox-accept {
    padding: 0px 20px;
    width: fit-content;
    text-align: center;
    font-size: 17px !important;
    font-weight: bold !important;
    color: #343E46 !important;
    text-transform: none;
    border-radius: 10px;
    box-shadow: none;
    height: 50px;
    margin-bottom: 25px;
    font-family: "proxima-nova", sans-serif !important;
    transition: all .5s ease;
    margin-bottom: 0px;
}

.bootbox .bootbox-accept:hover {
    color: white !important;
    background: #4c6170!important;
    text-decoration: none!important;
}

.bootbox .bootbox-close-button {
    position: absolute;
    top: -25px;
    right: -25px;
    margin: 0px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: none;
    background: #B8D149 !important;
    transition: all .5s ease;
    margin-right: 0px !important;
    color: #343E46;
    transition: all .5s ease;
}

.bootbox .bootbox-close-button:hover {
    opacity: 1;
    background: #343E46 !important;
    color: white !important;
}
