body {
    background-color: #f8f8f8;
}

#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0 50px;
    /*min-height: 768px;*/
    background-color: #fff;
}

.page-header-admit {
  padding-bottom: 9px;
  margin: 50px 0 20px;
  border-bottom: 1px solid #eee;
}

.container{
    position: relative;
    max-width: 800px;

}

.login-container{
    position: relative;
}

.login-panel {
    margin-top: 10%;
    margin-bottom: 10%;
}

.photo-preview {
    width: 150px;
    height: 150px;
    border: 3px solid green;
}

#main_header2 {
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #6f78ef;
    padding-top: 10px;
    padding-bottom: 10px;
    
    text-align: center;
 
    -webkit-border-radius: 10px;
}

#dev_info {
    background: #DCDCDC;
    padding: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    height: 100px;
    margin-top: 15px;
    margin-bottom: 15px;
}

#inst_info {
    background: #DCDCDC;
    padding: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    height: auto;
    /*height: 20px; */
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;;
    color: red;
}


#dev_info p {
    text-align: right;
    line-height: 1.3;
    font-size: 11px;
}

#loading {
  display: none;
}

#loading-error {
  display: none;
}

.addr-legend {
  border-style: none;
  border-width: 0;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}

.addr-fieldset {
  border: 2px groove threedface #444;
  -webkit-box-shadow:  0px 0px 0px 0px #000;
  box-shadow:  0px 0px 0px 0px #000;
}

.ui-datepicker .ui-datepicker-title select {
  color: black;
}

.str {
    color: red;
    font-weight: bold;
    font-size: 14px;
}