/* ================== BODY ================== */

body {
    font-family: 'Work Sans', sans-serif;
    background-color: #CBCAD2;
    color:#000;
}

.bg_sunlync{
    background-color: #0076c0;
}
/* ================== LOGIN ================== */

.login_container{
    
}

.login_form{
    background-color: white;
}

.login_container .login_form form{
    width:100%;
}

.login_title{
    color:#0076c0;
    font-weight: bolder;
}

.input100 {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 2px solid rgba(129, 145, 176, 1);
    
}

.login_form_btn{
    font-size: 16px;
    color: #FFF;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 120px;
    height: 50px;
    border-radius: 15px;
    background: #0076c0;
    position: relative;
    z-index: 1;
}

/* ================== NAVBAR ================== */
.navbar a{
    color: white !important;
}

.navbar a:hover{
    text-decoration: underline !important;
}

a.navbar-brand:hover{
    text-decoration: none !important;
}