.login,.login_time, .register, .create-password, .email-sent, .activate {
    position: absolute;
    border-radius: 6px;
    display: none;
    color: #a8a8a8;
    font-size: 20px;
    width: 90%; /* set 100% */
    height: 100%; /* set 100% */
    max-width: 600px;
    max-height: 400px;
    background-color: #fff;
    padding: 25px;
    top: 50%;
    left: 50%;
    -moz-box-shadow: 0px 0px 10px 1px #b8b8b8;
    -webkit-box-shadow : 0px 0px 10px 1px #b8b8b8;
    box-shadow: 0px 0px 10px 1px #b8b8b8;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.login-form{
    position: absolute;
    border-radius: 6px;
    color: #a8a8a8;
    font-size: 20px;
    width: 90%; /* set 100% */
    height: 100%; /* set 100% */
    max-width: 600px;
    max-height: 400px;
    background-color: #fff;
    padding: 25px;
    top: 50%;
    left: 50%;
    -moz-box-shadow: 0px 0px 10px 1px #b8b8b8;
    -webkit-box-shadow : 0px 0px 10px 1px #b8b8b8;
    box-shadow: 0px 0px 10px 1px #b8b8b8;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.create-password, .email-sent, .activate{
  display: block;
  color: #333;
  font-size: 18px;
}
.activate{
  display: block;
}
.signin{
  position: absolute;
  width: 90%;
  marigin-left: auto;
  margin-right: auto;
}
.terms{
  font-size:12px;
  color: #333;
}
.errors{
  margin-top:-8px;
  color: #ff0000;
  font-size: 12px;
  width: 50%;
}
.spacer{height: 30px;}
.spacer-small{height: 20px;}

input[type="text"],
input[type="password"] {
  display: block;
  box-sizing: border-box;
  margin-bottom: 20px;
 // padding: 4px;
  width: 100%;
 // height: 32px;
 // border: none;
//  border-bottom: 1px solid #AAA;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
 // font-size: 15px;
  transition: 0.2s ease;
}
.signup-msg{
  margin-top: 10px;
  color: #333;
}
input[type="text"]:focus,
input[type="password"]:focus {
  outline: none;
  //border-bottom: 2px solid #16a085;
  //border-bottom: 2px solid #337ab7; 
  border-bottom: 1px solid #333;
  color: #555;
  transition: 0.2s ease;
}
.btn-width{width: 50%;}
.testURL{
  padding: 5px;
  background: #e8e8e8;
  font-size: 12px;
}

.input-box{
  display: block;
  padding: 4px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #d0d0d0;
  font-family: 'Roboto', sans-serif;
  font-weight: 300 !important;
  transition: 0.2s ease;	
}
/*
.input-box:focus {
  outline: none;
  //border-bottom: 2px solid #16a085;
  //border-bottom: 2px solid #337ab7; 
  border-bottom: 1px solid #333;
  color: #555;
  transition: 0.2s ease;
}
*/