body{
    font-family: 'Ubuntu', sans-serif;
    background-color: #004a85;
}
.main{
    display: flex;
    justify-content: center;
    align-items: center;
}
.forgot-password-box {
    text-align: center;
}
#login_box{
  background-color: #f1f1f1;
  width: 300px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 14px;
  padding: 30px 10px;
}
.input{
    border-radius: 5px;
    border:none;
    margin:2px;
    width: 170px;
}
input[type=text], input[type=password]{
    padding-left: 5px;
}
.error-account, .error-password{
    font-size: 10px;
    display: none;
}
.error {
    color: red;
    font-size: 12px;
}
#loginform{
    display: none;
}
#login, .btn-primary {
    border: 2px solid white;
    width: 175px;
}
fieldset {
    text-align: center;
}
.mb-10 {
    margin-bottom: 10px;
}
#loginform a {
    margin-top: 20px;
    display: block;
    font-size: 12px;
    color: #000;
    text-decoration: none;
}
#loginform a:hover {
    text-decoration: underline;
}
.forgot-password-msg {
    text-align: center;
}