
body{
    background-color:#f2fbfc!important;
    /* font-family: 'Roboto'; */
}
form{
    padding: 20px 0px 20px 0px;
}
.login-form{
    background-color: #fff;
    border: solid 1px #04aebf ;
    border-radius: 10px;
}
.login-padding{
    padding: 0px 20px 0px 20px;
}
.login-padding p{
    text-align: center;
    font-size: 15px!important;
}
h3{
    background-color: #04aebf;
    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;
}
.labels{
    color: #ea4454;
    font-size: 13px;
    padding: 10px 0px;
}
button{
     border: none;
    outline: none;
    text-align: center;
    padding: 50px;
}
button:hover{
    color: #ffffff!important;
}
button.login{
    background-color:#ea4454 ;
    color: #fff;
    font-size: 14px!important;
}

        /* new-css 29-07-2021*/
.body-content
{
 /*   padding-top: 100px;*/
}
.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;
}

.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;
}
  /*   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;
}
