/* msa_login.css */

.form-group label {
   padding:10px 5px;
   font-size:0.9em;
}

body
{
    align-items: center;
    padding-bottom: 40px;
}

.section {  }

.section.div_forgotpassword { display:none; }

.input-field label {
   transition:none;
   font-size:0.8em;
   top:1em;
}

.section {
   border:1px solid #ccc;
   padding:1em;
   border-radius:5px;
   margin-bottom:1em;
   background:#fff;
}

html {
  position: relative;
  min-height: 100%;
  padding-bottom:48px;
}

body {
  margin-bottom:48px;
}

footer
{
  background:#000;
  width: 100%;
  height: 3em;
  color:#fff;
  position:absolute;
  left:0px;
  bottom:0px;
  padding:1em;
  box-sizing:border-box;
}

footer .copyright {
  font-size:0.8em;
}

label.man:after
{
   content:" *";
   color:red;
}

.form-group .msg { clear:both; }
.form-group .errmsg { color:red;clear:both; }

.man_alert
{
   border:1px solid rgba(255,0,0,0.5);
   box-shadow:0 0 3px 0 rgba(255,0,0,1);
}

.err_msg 
{
   font-size:0.8em;
   color:red;
}

/* end of file */
