/*Login form MODAL*/
.modal-new-flow .modal-content{
    border: none;
    background: #F5FAFF;
    border-radius: 16px;
}

.modal-new-flow .modal-body {
    padding: 40px 55px 28px;
}

.modal-new-flow .close {
    position: absolute;
    top: 18px;
    right: 18px;
    height: 14px;
    width: 14px;
    font-size: 28px;
    color: #828282;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*END Login form MODAL*/

/*tab menu*/
.new-flow-nav {
    background: #FFFFFF;
    border: 1px solid #ECF1F5;
    border-radius: 100px;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 11px;
    text-align: center;
    color: #949494;
    max-width: 316px;
    margin: 0px auto 24px;
    overflow: hidden;
}

.new-flow-nav .nav-item {
    flex: 1;
}

.new-flow-nav .nav-link{
    padding: 10px;    
    white-space: nowrap;
    cursor: pointer;
}

.new-flow-nav .active {
    background: #CEE4FA;
    color: #494949;
}
/*END tab menu*/

.hint-grey {
    font-size: 14px;
    line-height: 13px;
    text-align: center;
    color: #182B3E;
    padding-top: 34px;
}

.link-blue {
    color: #38B8EF;
    cursor: pointer;
}

.link-blue:hover{
    color: #38B8EF;
    text-decoration: underline;
}

.btn-blue{
    display: inline-block;
    height: 50px;
    line-height: 50px;
    border-radius: 100px;
    background-color: #38B8EF;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    padding: 0 18px 0 18px;
    color: #fff;
    font-weight: bold;
}

.btn-blue:hover{
    color: #fff;
    opacity: 0.9;
}

.btn-grey-border{
    color: #92ACC9;
    background: #FFFFFF;
    border: 1px solid #D2DEEA;
}

.btn-grey-border:hover{
    color: #fff;
    background: #92ACC9;
}

.modal-caption {
    font-family: "Gotham Pro Bold", sans-serif;
    font-size: 22px;
    color: #182B3E;
    padding-bottom: 16px;
}

.modal-caption-sub{
    font-size: 11px;
    text-align: center;
    color: #666666;
    padding-top: 8px;
    font-family: "Gotham Pro", sans-serif;
}

.footer-flex-btn .btn{
    flex: 1;
    max-width: 150px;
    border-radius: 50px;
    height: 50px;
}

.footer-flex-btn .btn:first-child{
    margin-right: 16px;
}

/*Form login*/
.new-flow-form .form-control {
    border: 1px solid #D2DEEA;
    box-sizing: border-box;
    border-radius: 5px;
    text-align: left;
    position: relative;
}

.new-flow-form .form-control:focus {
    border-color: #38B8EF;
    box-shadow: none;
}

.new-flow-form label {
    color: #4C4C4C;
    font-size: 12px;
    margin-bottom: 4px;
    line-height: 20px;
}

.new-flow-form .form-group {
    margin-bottom: 30px;
    position: relative;
}

.password_forgot-wrap {
    /*margin: -24px 0 16px;*/
    font-size: 12px;
    display: inline-block;
}

/*show password eye*/
.show-password{
    width: 22px;
    height: 22px;
    display: inline-block;
    position: absolute;
    top: 39px;
    right: 17px;
    cursor: pointer;
    background: url(../img/two-admins/show-pass.svg) center no-repeat;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.hide-password{
    background: url(../img/two-admins/hide-pass.svg) center no-repeat;
}
/*END show password eye*/

.new-flow-form .aleart-error{
    font-size: 10px;
    color: #EB5757;
    position: absolute;
    bottom: -19px;
    left: 22px;
}


.form-group .error{
    border-color: #EB5757;
}
/*END Form login*/

.aleart {
    border-radius: 5px;
    padding: 12px 20px 12px 45px;
    font-size: 12px;
    line-height: 11px;
    height: 40px;
    display: flex;
    align-items: center;
}

.modal-new-flow .aleart {
    margin-top: 22px;
}

.aleart-red {
    background: url(../img/two-admins/aleart-red.svg) center left 20px no-repeat rgba(235, 87, 87, 0.1);
    color: #EB5757;
}

/*facebook google btns*/
.login-options button{
    width: 128px;
    height: 40px;
    font-size: 14px;
    font-weight: 500;
    margin: 0px 5px;
    position: relative;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 2px 2px rgba(0, 0, 0, 0.24);
}

.login-options button span{
    padding-left: 33px;
}

.login-options .fb-login-btn{
    background: #3B5998;
    border-color: #3B5998;
    color: #fff;   
}

.fb-login-btn:before{
    content: '';
    width: 18px;
    height: 18px;
    background: url(../img/two-admins/fb.svg) no-repeat;
    background-size: 18px;
    display: inline-flex;
    position: absolute;

}

.google-login-btn{
    background: #fff;
    color: rgba(0, 0, 0, 0.54);
}

.google-login-btn:before{
    content: '';
    width: 18px;
    height: 18px;
    background: url(../img/two-admins/super-google.svg) no-repeat;
    background-size: 18px;
    position: absolute;
}
/*END facebook google btns*/

.hint {
    font-size: 12px;
    text-align: center;
    color: #666666;
    padding: 24px 0 7px;
}

.btn-single-modal{
    width: 230px;
}

/*authorized*/
.logined-box {
    font-weight: 500;
    font-size: 13px;
    line-height: 30px;
    color: #FFFFFF;
    position: relative;
}

.logined-box .logined-dropdown {
    background: #0C0F43 !important;
    font-size: 13px !important;
    line-height: 40px;
    color: #B9CEEB !important;
    border: none !important;
}

.logined-dropdown .dropdown-item {
    padding: 0;
    cursor: pointer;
    text-align: left;
}

.logined-box.dropdown-toggle:after {
    transition: all 1s ease-out;
}

.logined-box.show .dropdown-toggle:after {
    transform: rotate(180deg);
}

.new-flow-form .btn-blue-arrow{
    background-image: url(../img/two-admins/long_right.svg);
    background-repeat: no-repeat;
    background-position: center right 20px;
    /*margin-top: 13px;*/
}
/*END authorized*/

.modal-single-popup .modal-body {
    padding: 28px 40px 40px;
}

.modal-single-popup p{
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #666666;
}

.form-control-pass {
    padding-right: 40px;
}

.dropdown-toggle{
    -webkit-appearance: none;
}

.modal-new-flow .modal-dialog:not(.modal-dialog-560) .footer-flex-btn .btn {
    text-transform: uppercase;
}

/*responsive*/
@media (min-width: 768px) and (max-width: 1071px) {
    .nav-item-log-resp {
        display: none !important;
    }

    .logined-box {
        margin-left: 20px; 
    }
}

@media (min-width: 768px){
    .modal-single-popup .modal-dialog, 
    .modal-new-flow  .modal-dialog {
        max-width: 426px;
    }

    .modal-dialog-560 {
        max-width: 560px !important;
    }

    .logined-box .logined-dropdown {
        background: #0C0F43 !important;
        font-size: 13px !important;
        line-height: 40px;
        color: #B9CEEB !important;
        padding: 16px 10px 10px 40px !important;
        position: absolute;
        width: 210px;
        left: -60px !important;
        top: 56px;
        margin-top: 8px !important;
        border: none !important;
    }

    .logined-caption{
        position: relative;
    }
}

@media (max-width: 767px){
    .nav-item-log-resp {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .new-flow-nav {
        max-width: 100%;
        margin: 0px 10px 24px;
    }

    .logined-dropdown.dropdown-menu.show {
        margin-top: 0px;
    }

    .logined-caption {
        font-size: 16px;
        line-height: 30px;
        color: #AFAFAF;
        margin-left: 15px !important;
    }

    .logined-box .logined-dropdown  {
        display: block !important;
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        padding: 0 15px !important;
    }

    .logined-box .dropdown-toggle:after {
        display: none;
    }

    .logined-box {
        border-top: 1px solid #232879;
        padding-top: 20px;
        width: 100%;
    }

    .modal-new-flow .modal-dialog {
        min-height: 100%;
        width: 100%;
        max-width: 100%;
        margin: 0;
        border-radius: 0;
    }

    .modal-new-flow .modal-content {
        border-radius: 0px;
        min-height: 100%;
        height: 100%;
        position: absolute;
    }

    .modal-new-flow {
        padding: 0 !important;
        background: #F5FAFF;
    }

    .modal-new-flow .modal-body {
        padding: 20px;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }

    .modal-new-flow#modalLogNew .modal-body {
        justify-content: unset;
        padding-top: 86px;
    }

    .btn-single-modal {
        margin: 0 auto;
        font-size: 14px;
    }

    .logined-caption {
        margin-left: 20px !important;
    }

    .logined-box .logined-dropdown  {
        padding: 0 20px !important;
    }

    .success-img{
        max-width: fit-content;
        margin: 0 auto;
    }
}

.aleart-no-login {
    font-size: 10px;
    color: #EB5757;
    position: absolute;
    bottom: -25px;
}

.aleart-no-login a>strong {
    cursor: pointer;
    color: #DF3131;
    font-weight: 500;
}
/*END responsive*/


