﻿@charset "UTF-8";
@import './register-wizard.css';
.input-validation-error {
    border-color: #f86c6b;
}

.input-validation-error:focus {
    border-color: #f86c6b;
    box-shadow: 0 0 0 0.2rem rgba(248, 108, 107, 0.25);
}

.form-control.input-validation-error~.invalid-feedback {
    display: block;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.fade.out {
    opacity: 0;
}

.page-wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    overflow: auto;
}

.content-wrap {
    float: left;
    margin-bottom: 40px;
    max-width: 1500px;
}

.push {
    margin-top: 0px;
    height: 40px;
    background: #005dcb;
}

.extra-pd-r {
    padding-right: 12px;
}

.login-page {
    min-height: 85vh;
}

.login-container {
    width: 380px;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    padding: 35px 45px 55px 45px;
}

@media(max-width: 360px) {
    .login-container {
        width: 290px;       
        padding: 35px 10px 55px 10px;
    }

}

.main-top-margin {
    margin-top: 7vh;
    margin-bottom: 5vh;
}

.forgot-password-wrapper {
    margin-top: 25vh;
    margin-bottom: 25vh;
    background-color: #FFFFFF;
    border-radius: 6px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12);
    text-align: center;
    padding: 36px;
}

.forgot-password-wrapper .btn {
    margin-bottom: 10px;
}

.forgot-password-header {
    margin-bottom: 30px;
}

.forgot-password-header h3 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.11;
    color: #23282c;
}

    .forgot-password-header p {
        font-size: 16px;
        line-height: 1.43;
        letter-spacing: 0.2px;
        color: #323232;
        margin-bottom: 20px;
        word-break: break-word;
    }
    .forgot-password-header-link {
        font-size: 16px;
        line-height: 1.43;
        letter-spacing: 0.2px;
        color: #323232;
        margin-bottom: 20px;
        word-break: break-all;
    }

.forgot-password-input {
    margin-bottom: 30px;
}

.forgot-password-input input{
    height: 48px;
}

.forgot-password-wrapper .input-group-text {
    padding-left: 10px;
}

.forgot-password-link a {
    font-size: 0.875em;
    font-weight: 600;
    letter-spacing: 0.2px;
    color: #0066dd;
}

.login-container-wrapper {
    display: block;
    text-align: center;
}

.login-container-wrapper form {
    display: inline-block;
}

.remember-me {
    font-size: 14px;
    line-height: 2.2;
    letter-spacing: 0.4px;
    color: #323232;
    margin-left: 20px;
    font-weight: normal;
}

.login-header {
    text-align: center;
    display: block;
    margin-top: 100px;
}

.text-input-login {    width: 100%;
    
}

.password-login {
    margin-bottom: 1.5rem;
}

.text-input-login .input-group-prepend,
.text-input-registration .input-group-prepend {
    width: 49px;
    display: inline-block;
}

.text-input-login input,
.text-input-registration input{
    width: calc(100% - 49px) !important;
    display: inline-block !important;
    float: right !important;
}

.first-inp-login {
    border-bottom-right-radius: 0 !important;
}

.second-inp-login {
    border-top-right-radius: 0 !important;
}

.text-input-login .input-group-text {
    width: 49px;
    display: inline-block;
    height: 48px;
    padding-top: 11px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.text-input-registration .input-group-text {
    width: 49px;
    display: inline-block;
    height: 42px;
    padding: 8px 0 0 8px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.remember-me-area {
    margin-bottom: 3rem;
}

@media(max-width: 991px) {
    .login-header {
            margin-top: 0px;
    }
}


.logo-img {
    width: 150px;
    height: 75px;
    margin-bottom: 20px;   
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}

    @media (max-width: 767px) {
        .main-top-margin {
            margin-top: 1vh;
            margin-bottom: 5vh;
        }
    }

    .footer-section {
    background: #005dcb;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    clear: both;
}

    .footer-section ul {
        list-style-type: none;
        padding: 0px;
    }

    .footer-section a:hover {
        text-decoration: underline;
        color: #ffffff;
    }

.footer-menu-1 ul li, .footer-menu-1 a {
    font-size: 14px;
    letter-spacing: 0.2px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 23px;
}

.footer-col {
    width: 20%;
    float: left;
}

.footer-menu-1::after {
    clear: both;
}

.footer-col-header, .footer-col-header h3 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.2px;
    color: #ffffff;
}

.footer-menu-2 {
}

    .footer-menu-2, .footer-menu-2 a {
        font-size: 14px;
        font-weight: normal;
        letter-spacing: 0.2px;
        color: #ffffff;
    }

        .footer-menu-2 ul li {
            display: inline-block;
            margin-right: 30px;
        }

.footer-menu-3 {
    text-align: right;
}

    .footer-menu-3 a {
        font-size: 14px;
        font-weight: normal;
        letter-spacing: 0.2px;
        color: #ffffff;
        margin-left: 40px;
    }

        .footer-menu-3 a img {
            margin-right: 20px;
            width: 42px;
        }

.footer-social {
    text-align: center;
}

    .footer-social a {
        margin: 10px;
    }
.footer-social-icon {
    width: 42px;
    height: 42px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    margin-right: 20px;
    background-size: 100% 100%;
}

    .footer-social-icon.Facebook {
        background-image: url('../images/social1.png');
    }

    .footer-social-icon.Google {
        background-image: url('../images/social2.png');
    }

    .footer-social-icon.Linkedin {
        background-image: url('../images/social2.png');
    }

    .footer-social-icon.Twitter {
        background-image: url('../images/social3.png');
    }

.footer-contact-icon {
    background-repeat: no-repeat;
    background-position: left;
    display: inline-block;
    background-size: 42px 42px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 60px;
}

    .footer-contact-icon.submit {
        background-image: url('../images/mail-icon.png');
    }

    .footer-contact-icon.tel {
        background-image: url('../images/phone-icon.png');
    }

.footer-logo {
    width: 120px;
}

    .footer-logo img {
        max-width: 100%;
    }

.footer-line {
    background-color: rgba(0, 0, 0, 0.2);
    height: 1px;
    width: 100%;
    clear: both;
    margin-top: 30px;
    margin-bottom: 45px;
    display: block;
}

.footer-bottom {
    background-color: #005dcb;
    padding: 40px 0px;
    font-size: 12px;
    letter-spacing: 0.2px;
    color: #ffffff;
}

    .footer-bottom img {
        margin-left: 13px
    }

.footer-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-left: 5px;
}

.footer-select {
    float: right;
}

.footer-lang .ng-select-container {
    color: #ffffff;
    background-color: #005dcb;
    border-radius: 19px;
    border: solid 1px #ffffff;
    padding: 6px 10px;
    font-weight: bold;
    float: right;
}

.footer-lang .ng-select.ng-select-opened > .ng-select-container {
    background-color: #005dcb !important;
}

.footer-lang .ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container {
    box-shadow: none !important;
    border-color: #ffffff !important;
}

.footer-lang .ng-clear-wrapper {
    display: none;
}

.footer-lang .ng-arrow-wrapper {
    position: absolute;
    left: 5px;
    width: auto;
    height: auto;
    padding-top: 0px;
    color: #0066dd;
    border-left: none;
    background-color: transparent;
    padding-right: 0px;
}

.footer-lang .ng-value-label {
    padding-left: 5px;
}

.footer-section .footer-lang .ng-value-label {
    color: #fff;
}

.footer-lang .ng-dropdown-panel.ng-select-bottom {
    margin-top: 43px;
}

.footer-lang .ng-select .ng-arrow-wrapper .ng-arrow {
    background: url('../icons/arrow-down-white.png') !important;
    background-repeat: no-repeat !important;
    background-size: 15px 10px !important;
}

.footer-lang .ng-select.ng-select-opened.ng-select-bottom > .ng-select-container {
    border-bottom-right-radius: 19px;
    border-bottom-left-radius: 19px;
}

.footer-lang .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
    border-bottom: none;
}

.footer-select button, input, select, textarea {
    background: none;
    border: none;
}

.footer-select .ng-select.ng-select-single .ng-select-container {
    height: auto;
    min-width: 110px;
}

    .footer-select .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
        padding-left: 25px;
        padding-right: 5px;
    }

.footer-select label {
    display: none;
}

.footer-select img {
    width: 14px;
}

@media only screen and (max-width : 768px) {
    .footer-col {
        width: 33.3333%;
    }

    .footer-contact-icon {
        padding-top: 70px;
        padding-bottom: 0px;
        background-size: 60px 60px;
        background-position: center top;
        padding-left: 0px;
    }

    .footer-menu-2 {
        text-align: left;
    }

        .footer-menu-2 ul li {
            display: block;
            margin-right: 0px;
            font-weight: normal;
            margin-bottom: 22px;
        }

    .footer-menu-3 {
        text-align: center;
    }

        .footer-menu-3 a {
            margin: 0;
            display: inline-block;
            margin: 10px;
        }

            .footer-menu-3 a img {
                width: 60px;
                display: block;
                margin: 15px auto;
            }
}

@media only screen and (max-width: 767px) {
    .footer-top {
        margin-bottom: 130px;
    }

    .footer-social {
        position: absolute;
        margin-top: 80px;
    }
}

@media only screen and (max-width : 576px) {
    .footer-section {
    }

    .footer-col {
        width: 50%;
    }

    .footer-top {
        margin-bottom: 130px;
    }

    .footer-menu-2 {
        text-align: center;
        margin-bottom: 65px;
    }

        .footer-menu-2 ul li {
            display: block;
            margin-right: 0px;
            font-weight: normal;
            margin-bottom: 22px;
        }

        .footer-menu-2, .footer-menu-2 a {
            font-weight: normal;
        }

    .footer-menu-3 {
        text-align: center;
    }

        .footer-menu-3 a {
            display: block;
            width: 100%;
            margin: 0;
            margin-bottom: 25px;
        }

            .footer-menu-3 a img {
                width: 60px;
                display: block;
                margin: 15px auto;
            }

    .footer-bottom {
        text-align: center;
    }

    .mobile-100 {
        width: 100%;
    }
}

.footer-select,
.footer-select .select2-container {
    width: 110px !important;
    
}

.footer-select .select2-container,
.footer-select .select2-selection {
    height: 32px;
}

.footer-select .select2-selection__arrow {
    display: none;
}

    .footer-select .select2-container {
        border-radius: 19.5px;
        border: solid 1px rgba(255, 255, 255, 0.5);
        color: #ffffff;
        background-color: #0066dd;
    }

    .footer-select .select2-container--default .select2-selection--single {
        background-color: transparent;
        border: none;
    }

    .footer-select .select2-selection__rendered {
        color: #ffffff !important;
        text-align: center!important;
        padding-left: 0!important;
        padding-right: 0!important;
    }

.select-small {
    display: none
}

.forgot-password-error {
    margin-top: 25vh;
    margin-bottom: 28vh;
}

@media(max-width: 991px) {
    .select-small {
        display: block
    }

    .select-big {
        display: none
    }
}