
body{
  background: #E4F2F5;
  font-family: 'Work Sans', sans-serif; 
 } 
 .checkbox:checked:before{
  background-color:#ffffff;
  }
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
text-align: left;
}
#titleText{
font-family: 'Ubuntu', sans-serif;
}
#cardLogin{
/* border-radius:4%; */
background: #FFFFFF; 
border:none  !important
}  

#cardHeaderLogin{
background:none !important;
border:none  !important
}
#cardTitle{
color: #33ceff;
font-weight:bold !important;
font-family: 'Ubuntu', sans-serif;
}

.data-list{
list-style:none !important;
}

#RememberMeCheckBox{
  text-align: left !important;
  font-size:12px !important;
  color:#808080;
}

.btn-rounded{
color:#ffffff;
background: #13ccff;
/* border-radius: 10rem; */
font-weight:4000 !important;
border-radius: 0px!important;
}
#username,#confirm_password,#password,#email{
/* background: transparent;
border: none;
border-bottom: 1px solid #eff3f4;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 0; */
border:none;
background: #e9e9e9;
}
#forgot_password{
font-size:14px;
color:#808080;
}
#welcome{
font-weight:bold ;
}
.field-icon {
float: right;
margin-left: -25px;
margin-top: -25px;
color:#808080;
position: relative;
z-index: 2;
margin-right:8px !important;
}


#cardForgotPassword,#cardForgotPasswordLink{
  border-radius:4%;
  background: #FFFFFF; 
}
#cardHeaderForgotPassword,#cardHeaderForgotPasswordLink{
background:none !important;
border:none  !important;
font-weight:bold ;
}
#cardHeaderText,#cardHeaderForgotPasswordLink{
  font-weight:bold ;
}
#back_login{
  font-size:14px;
  color:#000;
  }
  #verify-code{
    border:none !important;
    background:#e9e9e9!important;
  }

.form-control{
  border-radius: 0px!important;
}

 
