html {
    width: 100%;
    height: 100%;
}
body {
    background-color: #5b6a71;
    height: 100%;
}
.panel h2 {
    color: #444444; 
    font-size: 18px;
    margin: 0 0 8px 0;
}
p { 
    color: #777777; 
    font-size: 14px; 
    margin-bottom: 30px; 
    line-height: 24px;
}
/*.login-form .form-control {
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
}*/
.main-div {
    background: #F7F7F7 none repeat scroll 0 0;
    border-radius: 0.5vw;
    padding: 50px 70px 70px 71px;
}
/*
.login-form .form-group {
    margin-bottom:10px;
}*/
.login-form { 
    text-align:center;
    display: inline-block;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 295px;
}

.login-form input[type="submit"] {
    background: #c18726 none repeat scroll 0 0;
    border-color: #f0ad4e;
    color: #ffffff;
    font-size: 16px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0;
    border-radius: 25px;
}
a {
    font-size: 11px;
}/*
input[type="text"], input[type="password"] {
    width: 100%;
}
input[type="checkbox"] {
    background-color: #c18726;
}