body {
    background: url(../../../../assets/images/dashboard/bg_sky.jpg) no-repeat center center fixed;
    background-size: cover !important;
}
.cursor_pointer {
    cursor  : pointer;
}

.language_selector {
    position    : absolute;
    float       : right;
    top         : 2vw;
    right       : 2vw;
    margin      : auto;
    z-index     : 1000;
}
.language_selector .flag-icon {
    line-height : 2em;
    width       : 2.333333em;
}

.dashboard_no_login .center_content .form {
    padding-left    : 8vw;
    padding-right   : 8vw;
}
.dashboard_no_login .center_content .form .logo_row {
    margin-top      : 0vw;
}
.dashboard_no_login .center_content .form .logo_row img {
    width   : 8vw;
}
.dashboard_no_login .center_content .form .content_welcome_row {
    margin-bottom   : 0vw;
    margin-top      : 2vw;
}
.dashboard_no_login .center_content .form .content_welcome_row h1 {
    color       : #000;
    font-size   : 1.25vw;
    opacity     : .8;
}
.dashboard_no_login .center_content .form .content_welcome_row h3 {
    color       : #000;
    font-size   : 0.9vw;
}
.dashboard_no_login .center_content .form .content_welcome_row h4 {
    color       : #000;
    font-size   : 0.9vw;
    margin-top  : 20px;
}
.dashboard_no_login .center_content .form label {
    color   : #000;
}
.dashboard_no_login a {
    color   : #2f427a;
}
.dashboard_no_login .center_content .form-row {
    padding-left: 10vw;
    padding-right: 10vw;
}
.dashboard_no_login .center_content .box_eye {
    border-bottom-left-radius   : 0;
    border-top-left-radius      : 0;
    border-bottom-right-radius   : 500px;
    border-top-right-radius      : 500px;    
}
.dashboard_no_login .center_content .box_icon_left {
    border-bottom-left-radius   : 500px;
    border-top-left-radius      : 500px;
}
.dashboard_no_login .center_content .input_border_right {
    border-bottom-right-radius   : 500px;
    border-top-right-radius      : 500px;
}

.dashboard_no_login .form-control {
    height: calc(2.5rem + 2px);
    border: 1px solid white;
    background-color: #fff;
}




.input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text, .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
    padding-left: 20px;
    padding-right: 20px;
}
.input-group-text {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fff;
    border: 1px solid #fff;
}


.dashboard_no_login .btn_auricoin {
    background-color    : #2f427a;
    border-color        : #2f427a;
    border-radius       : 500px;
    color               : #fff;
    padding-left        : 2vw;
    padding-right       : 2vw;
}
.dashboard_no_login .btn_auricoin:hover,
.dashboard_no_login .btn_auricoin:active {
    background-color    : #4a5f9c;
    border-color        : #4a5f9c;
}
.dashboard_no_login .center_content .form hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    height: 1px;
    overflow: hidden;
    background: #e9ecef;
    width: 30vw;
}
.dashboard_no_login .center_content .form .btn_login {
    text-align  : center;
}
.dashboard_no_login .center_content .form .back_auricoin {
    margin-top  : 2vw;
}
.dashboard_no_login .carousel-indicators li {
    border-bottom   : unset;
    border-radius   : 50px;
    border-top      : unset;
    height          : 15px;
    margin-right    : 10px;
    margin-left     : 10px;
    opacity         : .5;
    width           : 15px;
}
/* .dashboard_no_login .carousel { */
    /* height  : 100%; */
/* } */
.dashboard_no_login .carousel img {
    /* height      : 100%; */
    height      : 100vh;
    object-fit  : cover;
    width       : 100%;
}
.dashboard_no_login .carousel .carousel_background::before {
    content             : '';
    background-color    : rgba(0, 0, 0, 0.65);
    position            : absolute;
    bottom              : 0;
    left                : 0;
    right               : 0;
    top                 : 0;
}
.dashboard_no_login .carousel .text {
    bottom          : 0;
    color           : #fff;
    font-size       : 1vw;
    height          : 20%;
    left            : 0;
    right           : 0;
    top             : 0;
    margin          : auto;
    position        : absolute;
    padding-left    : 6.5vw;
    padding-right   : 6.5vw;
    text-align      : center;
    word-break      : break-word;
}
.dashboard_no_login .carousel .text h1 {
    font-size       : 1.5vw;
    font-weight     : bold;
    margin-bottom   : 1vw;
}
.dashboard_no_login .carousel .text p {
    font-size       : 0.8vw;
    font-weight     : bold;
    margin-bottom   : 1vw;
}
.dashboard_no_login .invalid-feedback {
    font-size   : 90%;
    font-weight : bold;
}
@media( max-width: 768px ) and ( max-height: 500px ) {
    .dashboard_no_login .container-fluid {
        width   : 75%!important;
    }    
    .dashboard_no_login .center_content .form {
        margin-bottom   : 10vw!important;
        margin-top      : 10vw!important;
    }
    .dashboard_no_login .center_content .form .logo_row img {
        width: 25vw!important;
    }
    .dashboard_no_login .center_content .form .content_welcome_row h1 {
        font-size   : 4.5vw!important;
    }
    .dashboard_no_login .center_content .form .content_welcome_row h3 {
        font-size   : 3vw!important;
    }
    .dashboard_no_login .center_content .form .content_welcome_row h4 {
        font-size   : 3vw!important;
        margin-top  : 15px!important;
    }        
}
@media( max-width: 700px ) {
    .language_selector {
        right   : 10vw;
        top     : 10vw;
    }    
    .dashboard_no_login .container-fluid {
        width   : 95%;
    } 
    .input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text, .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
        padding-left    : 10px;
        padding-right   : 10px;
    }
    .dashboard_no_login .center_content .form .content_welcome_row {
        margin-top  : 5vw;
    }    
    .dashboard_no_login .center_content .form .logo_row img {
        width   : 40vw;
    }
    .dashboard_no_login .center_content .form .content_welcome_row h1 {
        font-size   : 6.5vw;
    }
    .dashboard_no_login .center_content .form .content_welcome_row h3 {
        font-size   : 5vw;
    } 
    .dashboard_no_login .center_content .form .content_welcome_row h4 {
        font-size   : 4vw;
    }
    .dashboard_no_login .center_content .form {
        margin-bottom   : 25vw;
        margin-top      : 25vw;
        padding-left    : 0vw;
        padding-right   : 0vw;
    }
    .dashboard_no_login .center_content .form-row {
        padding-left    : 0vw;
        padding-right   : 0vw;
    }         
    .dashboard_no_login .center_content .form .btn_login {
        float       : unset;
        text-align  : center;
    }
    .dashboard_no_login .btn_auricoin {
        padding-left    : 5vw;
        padding-right   : 5vw;
    }

    .language_selector .dropdown-item {
        padding: 0.4rem 1rem;
    }
    /* .language_selector .dropdown-menu {
        width: unset;
        left: unset;
    }    
    .language_selector .dropdown-menu {
        position: fixed !important;
        z-index: 50!important;
        left: unset!important;
        top: unset!important;
        width: unset!important;
        transform: unset!important;
        min-width: unset!important;
    }     */
}
