@charset "utf-8";
/* CSS Document */ 

body{ 
    direction: rtl;
    font-family: 'Rubik', sans-serif;
    margin: 0px;
    font-size: 16px;
    color: #036cb4;

    background-color: #036cb4 !important; 
    padding-top: 50px;

}
h1{
    font-family: 'Rubik', sans-serif;
    font-weight: normal;
    font-size: 45px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 20px;
}




.logos_div{
    background-color: #0773b7;
    /* height: 120px; */
    text-align: center;
    padding: 10px 0;
}


.thumbnail {
    /* width: 20%; */
    /* text-align: center; */
    /* float: right; */
    /* margin-top: 10px; */
}

.logos{
    height: 75px;
    max-width: 100%;
}

.logo_text{
    color: #ffffff;
    font-size: 14px;
    margin-top: 5px;	
}


.logos_div .thumbnail {
    width: 200px;
    overflow: hidden;
    display: inline-block;
    margin-right: 10px;
    /* margin: 0 auto; */
    vertical-align: middle;
}



.form_white_bg{
    background-color: #ffffff;
    border-radius: 4px;
    padding: 35px;
    text-align: center;
    margin-top: 20px;
    overflow: auto;
    width: 550px;
        margin: 0 auto;
}

.title_login{
    text-align: center;
    font-size: 25px;
    padding: 0px;
}

.form_control_login{
    width: 100% !important;
}

input{
    width: 100%;
    margin: 10px 0px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #b3b3b3;
    padding: 6px;
    font-size: 16px;
}


.btn {
    background-color: #536920;
    border-radius: 18px;
    color: #ffffff;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-size: 26px;
    border: 0px;
    transition: 0.3s;
    font-weight: bold;
    height: 50px;
}


.btn:hover {
    background-color: #51ad32;
    color: #ffffff;

}

.login_links{
    float: right;
    text-align: center;
    color: #536920 !important;
    text-decoration: none;
}
a:hover{text-decoration: none;}
a{
    text-decoration: none !important;
    color: #536920 !important;
    text-align: center

}
.login_error_msg{display: none;}