.box {
    width: 25rem;
    padding: 2.5rem;
    box-sizing: border-box;
    border: 1px solid #dadce0;
    -webkit-border-radius: 8px;
    border-radius: 8px;
            margin:5px auto;
  }
  
  .box h2 {
    margin: 0px 0 -0.125rem;
    padding: 0;
    color: #fff;
    text-align: center;
    color: #202124;
    font-family: 'Google Sans','Noto Sans Myanmar UI',arial,sans-serif;
    font-size: 24px;
    font-weight: 400;
  }

  .box p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .1px;
    line-height: 2.5;
    margin-bottom: 15px;
    text-align: center;
  }
  
  .box .inputBox {
    position: relative;
    margin-bottom:20px;
  }
  
  .box .inputBox input {
    width: 93%;
    padding: 0.625rem 10px;
    font-size: 1rem;
    letter-spacing: 0.062rem;
    margin-bottom: 5px;
    border: 1px solid #ccc;
    background: transparent;
    border-radius: 4px;
    
  }
  
  .box .inputBox label:not([class="error"]) {
    position: absolute;
    top: 0;
    left: 10px;
    padding: 0.625rem 0;
    font-size: 1rem;
    color: grey;
    pointer-events: none;
    transition: 0.5s;
  }
  
  .box .inputBox input:focus ~ label:not([class="error"]),
  .box .inputBox input:valid ~ label:not([class="error"]),
  .box .inputBox input:not([value=""]) ~ label:not([class="error"]) {
    top: -1.125rem;
    left: 10px;
    color:#999;
    font-size: 0.75rem;
    background-color: white;
    height: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .box .inputBox input:focus {
    outline: none;
    border: 2px solid #278e91;
  }
  .box input[type="submit"] {
    border: none;
    outline: none;
    color: #fff;
    background-color: #278e91;
    padding: 0.625rem 1.25rem;
    cursor: pointer;
    border-radius: 0.312rem;
    font-size: 1rem;
  }
  
  .box input[type="submit"]:hover {
    background-color: #06575a;
    box-shadow: 0 1px 1px 0 rgba(66,133,244,0.45), 0 1px 3px 1px rgba(66,133,244,0.3);
  } 
  .box p{
    font-size:12px;
    text-align:left;
  } 
.box a:link, .box a:visited{
color:#999;
font-size:15px;
}
.success-login{
color:green;
padding:5px 0;
text-align:center;
}
.success-forgot{
font-size:15px;
color:#999;
padding:5px 5px 5px 25px;
margin-top:25px;
border-left:solid 5px green;
}
.center-text{
    text-align: center !important;
    float:none !important;
    display:block !important;
}
.info-orange-text{
    font-size:15px;
    color:#999;
    padding:5px 5px 5px 25px;
    margin-top:25px;
    border-left:solid 5px orange;
    
    }
.left-floated{
float:left;
}
.right-floated{
float:right;
}
.clearfixed{
clear:both;
overflow:hidden;
}
.error-message-token{
  color:red;
  padding: 15px 0 5px 0;
  text-align: center;
}
input.error{
  border-color:red !important;
}
.required{
  color:black !important;
}
input[type="submit"]:disabled{
  background-color: gray;
  cursor:not-allowed;
}
.info-text{
padding-top:10px;
padding-bottom:10px;
margin-bottom:15px;
}
input.error{
color:#000;
}
.error-login, .error-forgot{
    color:red;
  }
  .error-login svg, .error-forgot svg{
    vertical-align:middle;
    padding-right:3px;
  }
  .inputBox.error input{
    border:solid 1px red;
  }
  .inputBox.error label{
    /* color:red !important; */
  }