body {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #eaeaea;
    color: #111;
    text-align: center;
}

a {
    color: #111;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-select {
    height: 36px;
    width: 100%;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: rgba(255,255,255,0.7);
    border: none;
    padding:10px 10px;
    text-indent: 10px;
}




.col-half {
    width: 50%;
    float: left;
}
.col-one-third {
    width: 33.3%;
    float: left;
}
.col-two-thirds {
    width: 66.7%;
    float: left;
}
.col-one-quarter {
    width: 25%;
    float: left;
    font-size: 12px;
}



.login-logo {
    max-width:480px;
    margin: 30px auto;/*10px 10px 50px 10px;*/
}
.login-logo img {
    width:100%;
}
.form-login {
    max-width:480px;  
    margin: 30px auto; /*10px 10px 20px 10px;*/
}
.form-register {
    margin-top: 30px;
}
.input-login {
    text-indent: 1em;
    font-size: 14px;
    width:100%;
    margin-bottom: 15px;
    padding: 10px 0px;
    border: none;
    background-color: rgba(255,255,255,0.7);
    color: #111;
}
.input-login-btn {
    text-align: center;
    text-indent: 0;
    background-color: #058cf6;
    color: #fff;
}
.input-dob {
    padding-left: 0;
    text-align: left;
}

.datefield { 
    display: inline; 
    width: auto;
    padding: 0.3em; 
    border: none; /*inset 1px #CCC; */
    background: rgba(255,255,255,0.7); 
    border-radius: 1px;
    color: #111;
    
    margin-bottom: 15px;
}

.datefield * { 
    display: inline-block;
}

.datefield input { 
    width: 3.6em;
    padding: 10px 1em; 
    border: none; 
    font-size: 100%; 
    background: none;
    color: #000;            
}

.datefield input#BdayYear { width:4.6em; }
.datefield input:focus { outline:none; }



::-webkit-input-placeholder {
   color: #333;
}

:-moz-placeholder { /* Firefox 18- */
   color: #333;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #333;  
}

:-ms-input-placeholder {  
   color: #333;  
}

/*.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}*/

