
body{
    /* background-color:#f2fbfc!important; */
    background-color: #fefae8!important;
/*    font-family: Roboto;*/
}
form{
    padding: 20px 0px 20px 0px;
}
.login-form{
    background-color: #fff;
    /* border: solid 1px #04aebf ; */
    border: solid 1px #388e36;
    border-radius: 10px;
}
.login-padding{
    padding: 0px 20px 0px 20px;
}
.login-padding p{
    text-align: center;
    font-size: 15px!important;
}
h3{
    /* background-color: #04aebf; */
    background-color: #388e36;
    height: 40px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    text-align: 'center'; 
    color: #ffff;
    /*font-family: 'Roboto-Bold';*/
}
.form-control{
    font-size: 15px!important;
}
input::placeholder{
    font-size: 13px!important;
}
p.fill{
    font-size: 16px;
    padding-top: 15px;
}
.labels{
    /* color: #ea4454; */
    color: #388e36;
    font-size: 13px;
    padding: 10px 0px;
}
button{
     border: none;
    outline: none;
    text-align: center;
    padding: 50px;
    border-radius: 4px;
   
}
button:hover{
    /* color: #ffffff!important; */
    color: #388e36!important;
}
button.login{
    /* background-color:#ea4454 ; */
    background-color: #f9d319;
    /* color: #fff; */
    color: #388e36;
    font-size: 14px!important;
}


        /* new-css 29-07-2021*/
.body-content
{
 /*   padding-top: 90px;*/
}
.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 13px;
    width: 1600px;
    height: 50px;
    margin: 213px 0 0;
    padding: 13px 1297px 13px 60px;
    box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.06);
    background-color: #ffffff;
    margin-top: 15px;
}
.footer .p{
    /* color: #000000!important; */
    /* font-weight: bold; */
}
.header {
    width: 1540px;
    height: 50px;
    margin: 0 0 20px;
    padding: 10px 30px 10px 20px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    /* background-color: #ffffff; */
    background-color: #000000;
}
 /*   01-08-2021*/
.login_text{
    text-align: center;
    color: black;
    font-size: 30px;
    font-weight: 550!important;

}
.user_logo{
    text-align: center;
    border-radius: 10px;
}
