.container{
    max-width: 1034px;
    width: 85%; 
    margin-top: 10px;
    margin-bottom: 30px;
    background-color: white;
}

.content-top{
    /*background-color: #01aef0;*/
    min-height: 70px;
}
.content-bottom{
    background-color: #01aef0;
    min-height: 95px;

}

.content-top h1{
    color: black;
    /*padding-top: 25px;*/
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 5px;
}

#header-title{
    position: relative;
    /*width: 884px;*/
    border: 5px solid black;
    margin-left: 10px;
    text-align: center;
}
#title{
    position: relative;
    /*width: 884px;*/
    /*border: 5px solid black;*/
    margin-left: 10px;
    text-align: left;
    font-size: 18px;
    font-weight: 100;
}

/*
#footer {
    background-color: #333333 !important;
    color: #ffffff;
    margin: 10px auto 30px;
    width: 934px;
}*/
.placeholder{
    color: gray; 
    font-style:italic;

}

#login
{
    background: #E0E0E0;
    width:35%;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #CACACA;
    margin-top: 25px;
    margin-bottom: 25px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-top:  10px;

}

.form-signin-heading
{
  color: #000000;
 font-size: 20px;
 font-weight:normal;
 text-align: left;
 margin-bottom: 0px;
 padding-bottom: 0px;
 margin-top: 15px;
 padding-top: 0px;
}


#inputUserid, #inputPassword 
{
    width: 100% !important;
    height: 40px;
    border: solid 4px #ffffff;
    vertical-align: true;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}

#submitted
{
    margin-top: 25px;
    margin-bottom: 25px;
    float:right;
    width: 100%;

}

fieldset { 
/*    display: block; */
   margin-left: 12px;
   margin-right: 12px;
   padding-top: 0.35em;
   padding-bottom: 0.625em; 
   padding-left: 0.75em;
   padding-right: 0.75em;
   border: 2px solid #CACACA;
   border-radius: 5px;
}

legend {
    font-size: 16px;
    color: #01aef0;
    font-weight: bold;
}

.leftjust {
    margin-left: 20px;
}
.rightjust {
    margin-right: 40px;
}
/* the following 3 sets are used for setting up the choices with a lighter color */
select:invalid {
color: #999;
}
option[value=””][disabled] {
display: none;
}
option {
color: #000;
}

.loginerror {
  width: 70%;
  font-size: 13px;
  font-weight: bold;
  overflow: hidden;
  color:red;
  /*border-radius: 5px;*/
}

#mhead {
    background-color: #01aef0;
    color : white;
}
.fixassign {
    width: 100% !important;
}
.desc {
    font-size: 12px;
    font-weight: bold;
}
.bbold {
    font-weight: bold;
    font-size: 13px;
    border-radius: 5px;
}
