.login-body {
    color: #000!important;
    background-color: #f1f1f1!important;
    width: 100%;
    height: 100%;
}
.login-error {
    padding: 20px;
    background-color: #ff8f00;
    color: white;
    font-weight: bold;
}
.login-box {
    border:1px solid #ddd;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 500px;
    height: 459px;    
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
.login-head-box {
    color:#fff!important;
    background-color:#0272a6!important;
    text-align: left;
    text-shadow: 1px 1px 3px #666666;
    font-size: 35px;
    text-decoration: none;
    width:100%;
    margin: 5;
}
.login-form {
    background-color: #FFFFFF!important;
    text-align: center!important;
}
.login-form p {
    margin: 0;
    padding-bottom: 10px;
}

.login-footer-box {
    color:#fff!important;
    /* background-color:#0272a6!important; */
    background-color: #fff;
    width:100%;
    text-align: center!important;
}

.btn {
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  text-shadow: 1px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  background: #0272a6;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
  margin: auto;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

button, input, select, textarea {
  font-family : inherit;
  font-size   : 100%;
  color: #666666;
  line-height: 1;
  font-weight: 700;
  letter-spacing: normal;
  border: 2px solid #0272a6;   
  padding: 10px 2em 10px 10px;    
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}

@media (max-width:600px){
    .login-box {
        width: 100%;
        height: 100%;          
    } 
}