body{
  margin: 0;
  background-color: #122B4F;

}


.login-page {
  width: 460px;
  padding: 8% 0 0;
  margin: auto;
  
}
.form {
  position: relative;
    color: black;
    z-index: 1;
    background-color: #122B4F;
}

.login-logo{
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  align-items: center;
}

.format{
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.labelformat{
  height: 100%;
  width: 5%;
  color:white
}

.form label{
  float: right;
    margin-right: 1rem;
}

.form input {
  font-family: "Roboto", sans-serif;
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    margin: 1rem 0 1rem;
    padding: 0.5rem;
    font-size: 1.2rem;
}
.form button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #8FA6B1;
  width: 40%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.form button:hover,.form button:active,.form button:focus {
  background: #8FA6B1;
}
.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
.form .message a {
  color: #4CAF50;
  text-decoration: none;
}
.form .register-form {
  display: none;
}
.container {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto;
}
.container:before, .container:after {
  content: "";
  display: block;
  clear: both;
}
.container .info {
  margin: 50px auto;
  text-align: center;
}
.container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a;
}
.container .info span {
  color: #4d4d4d;
  font-size: 12px;
}
.container .info span a {
  color: #000000;
  text-decoration: none;
}
.container .info span .fa {
  color: #EF3B3A;
}

.btnlogin{
  display: flex;
  justify-content:flex-end;
  width: 83%;
  height: 100%;
  align-items: center;
}

.btnlogin button{
  color:white;
}

.btnlogin button:hover{
  color:black;
  font-weight: 700;
}

.errmsg{
  width: 100%;
    height: 100%;
    display: flex;
    color: red;
    margin-left: 1.5rem;
    justify-content: center;
    align-items: center;
    font-family:'Noto Sans TC', sans-serif ,Georgia, 'Times New Roman', Times, serif;
}