
.clear { clear:both; display:block; overflow:hidden; visibility:hidden; height:0px;}

.no_display{
    display:none;
}


/* ================== LOGIN ================== */
.login_container{
    width: 100%;
    min-height: 50vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;    
}

.login_form{
    width: 500px;
    border-radius: 10px;
    overflow: hidden;
    padding: 55px 55px 37px 55px;
}

.login_logo{
    font-size: 60px;
    color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 auto;
}

.logo_icon{
    width:150px;
    height:150px;
    align-items:center;
    
}

.login_title{
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    display: block;
    padding-top: 37px;
    padding-bottom: 24px;
}


.input100{
    font-size: 16px;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 45px;
    padding: 0 5px 0 38px;
    outline:none;
}

.login_input{
    position:relative;
    width: 100%;
    margin-bottom: 30px;
    
}

.container_login_form_btn{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}



/* ================== DASHBOARD ================== */
#main_container{
    margin-top:50px;
    width:95%;
}