/* @media (min-width: 576px){

.login_top_section img {
    position: absolute;
    left: 0.5em !important;
    width: 25% !important;

}

 .login-box, .register-box {
   x
}

} */

.login_top_section img{
    position: absolute;
    left: 3em;
    /* top: 1.5em; */
    top: 0.9em;
    /* background-color: #fff; */
}
.login_top_section a{
    position: absolute;
    right: 3em;
    top: 1.5em;
    /* background-color: #fff; */
}
.login-logo img{
    width: 80%;
    padding: 0.2em;
}

.btn-login{
    background-color: #00AABC;
    color: #e6e6e6;
}

.btn-login:hover{
    background-color: #017889;
    color: #fff;
    box-shadow: 0 0 15px rgba(113, 134, 192, 0.5);
}

.btn-in-app{
    background-color: #fff;
    color: #00AABC;
    border-color: 1px solid #00AABC;
}
.btn-in-app:hover{
    background-color: #017b89;
    color: #fff;
    box-shadow: 0 0 15px rgba(113, 134, 192, 0.5);
}
.btn-in-app:active{
    background-color: #00AABC;
    color: #fff;
}

/* .short-underline{
    border-bottom: 2px solid #00AABC;
} */

#navbar_menu {
    border-left: 1px solid #d7d7d7;
}

.background-page{
    background-image: url('../img/main/bg_login.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.border_bottom {
    border-bottom: 3px solid #00aabc;
    width: 5%;
}

.primary_topic,.secoundary_text{
    color: #444444;
}

.detail_text{
    color: #a7aead;
}

.sidebar-footer{
    position: absolute;
    bottom: 0.5em;
}

@media(max-width: 575px) {
    .login_top_section img {
        /* position: absolute; */
        left: 0.9em !important;
        /* top: 1em !important; */
         top: 1.6em !important;
        width: 30%;
        /* background-color: #fff; */
    }

    .login_top_section a {
        right: 1.1em !important;
    }


}

