:root {
    --mainColor: #7FFEF9;
    --secondaryColor: red;
    --thirdColor: grey;
    --darkBlue: #003B5A;
    --lightText: #787878;
    --mainFont: 'Open Sans', sans-serif;
    --menuHeight: 80px;
}

:root {
    --main-color: #58E7ED;
    --main-highlight: #003B5A;
    --main-grey: #808e94;
    --light-grey: #DFDFDF;
    --main-black: #212121;
    --darkBlue: #090A1F;
    --lightText: #9E9E9E;
    --mainFont: 'Montserrat', sans-serif;
    --loaderInputGif: url('http://loadinggif.com/images/image-selection/3.gif');

    --mainColor: #58E7ED;
    --secondaryColor: red;
    --thirdColor: grey;
    --darkBlue: #090A1F;
    --lightText: #9E9E9E;
    --menuHeight: 80px;

}

html,
body {
    font-family: 'Montserrat';
}

.right_col {
    /*padding: 0;*/
    overflow: scroll;
    max-height: 100vh;
    /*box-shadow: 3px 0px 14px #53535330;*/
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.left_col {
    height: 100vh;
  
}

.top_container {
    padding: 15px;
    height: 5vh;
}

.bottom_container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    width: 100%;
    /*max-width: 480px;*/
    min-height: 55vh;
}

.blue_container {
    background: var(--mainColor);
    height: 100%;
    border-radius: 7px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.logo_container {
    margin-bottom: 30px;
}

.logo {
    width: 100%;
    max-width: 70px
}

.elements_container {
    margin-left: 35px;
    margin-bottom: 30px;
}

.blue_container_text {
    font-size: 20px;
    color: var(--darkBlue);
    line-height: 1.2;
}

.blue_container_text>span {
    font-size: 27px;
    font-weight: 600;

}

.tya_checkbox{
    color: #58E7ED;
    text-decoration: none;
    background-color: transparent;
}

.general_button {
        background: #090A1F;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white !important;
    margin: 9px;
    height: 31px;
    width: 100%;
    font-size: 15px;
    max-width: 350px;
    cursor: pointer;
    color: var(--darkBlue);
    -webkit-transition: all 120ms;
    -moz-transition: all 120ms;
    -ms-transition: all 120ms;
    -o-transition: all 120ms;
    transition: all 120ms;
    border-radius: 5px;

}

.button_registrer {
    background: #090A1F;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white !important;
    margin-left: auto !important;
    height: 31px;
    width: 121px;
    max-width: 350px;
    cursor: pointer;
    color: var(--darkBlue);
    -webkit-transition: all 120ms;
    -moz-transition: all 120ms;
    -ms-transition: all 120ms;
    -o-transition: all 120ms;
    font-size: 13px;
    transition: all 120ms;
    border-radius: 4px;
}

.no_bg {
    background: transparent !important;
    border: solid 1px var(--lightText);
    color: var(--darkBlue);
}

.bottom_container_text {
    color: var(--darkBlue);
    font-weight: 200;
    margin-bottom: 30px;
}

.social_icons_container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 90px;
}

.social_icons>i {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 12px;
}

/*INPUT*/
.general_input_group_ {
    width: 100%;
    font-size: 20px;
    background: white;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

.floating_input {
    height: 31px;
    width: 100%;
    background: white;
    /* border: none; */
    border: 1px solid #BFC2C3;
    border-radius: 7px;
    /* outline: none; */
    padding-left: 7px;
    padding-right: 7px;
    font-size: 15px;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    color: #777777 !important;
}

.floating_input:focus {
    border:none !important;
}

.floating_input_pass {
    height: 29px;
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 15px;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    color: #777777 !important;

}
.icon_eye{
    width: 8%;
    padding-top: 4px;
    cursor:pointer;
    /*background: #E1EDFE;*/
}


.floating_input_pass:focus {
    border:none !important;
}

.input_label {
    color: #090A1F;
    font-size: 14px;
    opacity: 1;
  
}

.input_slabel {
    color: #090A1F;
    font-size: 13px;
    opacity: 1;
  
}

.login_container,
.register_container {
    width: 100%;
}

.content_login_text {
    margin: 0 auto;
    width: 312px;
    padding-bottom: 50px

}

.login_title{
    margin-bottom: 10px;
    color:#090A1F;
    font-size: 25px;
    opacity: 1;
    text-align: center;
}

.login_subtitle{
    color:#090A1F;
    font-size: 13px;
    opacity: 1;
    text-align: center;
}

.back_arrow {
    font-size: 17px;
    cursor: pointer;
    margin-right: 10px;
}

.required_input {
    font-size: 11px;
    padding-left: 3px;
    padding-right: 4px;
}

.timezone_chooser {
    width: 100%;
}

/*select2*/
/*select2*/
/*select2*/
/*select2*/
/*select2*/
/*select2*/
.select2-container--default .select2-selection--single {
    background-color: white;
    border: 1px solid #BFC2C3;
    border-radius: 7px;
    height: 31px;
    margin-bottom: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: var(--darkText) !important;
    text-align: center;

}

.select2-selection__rendered {
    outline: none !important;
}

.select2-selection:focus,
.select2-selection--single:focus {
     border:none !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 1px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--lightText) !important;
    text-align: center;
    font-size: 14px;
    text-align: left;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 2px;
    right: 7px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: var(--darkBlue) transparent transparent transparent;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent;
    border-width: 0 5px 6px 5px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--mainColor);
    color: white;
}

/**/
/**/
/**/
/**/
#loader_container {
    display: none;
    position: fixed;
    z-index: 9999;
    width: 100%;
}

.loader_overlay {
    background-color: #090a1fb3;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 99;
}

.loader_overlay>img {
    width: 100%;
    max-width: 70px;
}

.logo_loader {
    animation-duration: 3s;
}

.reset_password {
    padding-top: 10px;
    text-decoration: underline;
    cursor: pointer;
    color: #090A1F;
    font-size: 13px;
    text-align: end;
}

input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0px 18px white inset;
}

.notification_modal_dialog {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.modal-content {
    border: solid var(--darkBlue);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 14px;
}

.error_instance {
    color: var(--darkBlue);
    font-size: 17px;
    font-weight: 600;
}

.error_instance>i {
    font-size: 10px;
    margin-right: 10px;
}

.login_button {
    
}

.bottom_container_container {
    max-width: 526px;
}

.course_instance_box {
    height: 100vh;
    display: flex;
    /* justify-content: flex-start; */
    align-items: end;
    /* margin-bottom: 10px; */
    padding-bottom: 90px;
    padding-left: 13px;
}

.course_instance {
    width: 100%;
    height: 150px;
    max-width: 400px;
    background: white;
    border-radius: 10px;
    display: flex;
}

.ci_left {
    width: 40%;
}

.ci_right {
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.course_instance {
    display: none;
}

.input_double{
    display: grid;
    grid-template-columns: 49% 49%;
    grid-column-gap: 10px;
}

.button_enter{
    user-select: none;
    background-color: #58E7ED;
    border-radius: 5px;
    opacity: 1;
    height: 46px;
    width: 103px;
    text-align: center;
    color: #090A1F;
    padding-top: 10px;
    font-weight: 600;
    cursor:pointer;
}

.button_signin{
    user-select: none;
    background-color: #58E7ED;
    border-radius: 5px;
    opacity: 1;
    height: 46px;
    width: 153px;
    text-align: center;
    color: #090A1F;
    padding-top: 10px;
    font-weight: 600;
    cursor:pointer;
}

.text_enter{
    color: #090A1F;
    padding-top: 10px;
    padding-right: 10px;
}

.container_enter{
    display: flex; 
    margin-left: auto; 
    margin-right: 30px
}
.container_header{
    display: flex;
    height: 55px;
    width:100%;
    margin: 18px 20px 0 12px;
}

.circle{
    text-align: center;
    width: 40px;
    height: 40px;
    background-color: #090A1F;
    border-radius: 100px;
    color: white;
}

.circle_docks{
    text-align: center;
    width: 18px;
    height: 18px;
    background-color: white;
    border-radius: 100px;
    color: white;
    margin-right: 10px;
    cursor:pointer;
}

.letter_img{
    color: white;
    font-size: 46px;
    font-weight: bold;
    opacity: 1;
}
.margin_login{
    margin-right: 95px;
    margin-left: 95px
}


@media screen and (max-width: 1600px){
    .letter_img {
        font-size: 34px;
    }
    .hidden_br{
        display: none;
    }

    .content_login_text {
        padding-bottom: 20px
    }

    .social_icons_container {
        margin-top: 70px;
    }

    .bottom_container {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px 40px 11px 40px;
        width: 100%;
        min-height: 55vh;
    }
}

@media screen and (max-width: 800px){
        
        .bottom_container {
             padding: 20px 0px 11px 0px !important;
        }

        .margin_login{
            margin-right: 40px;
            margin-left: 40px
        }

        .content_login_text {
            padding-right: 10px;
        }

        .question_header{
            display: none;
        }
}
