body.login_page{
    font-family: none;
}.border_gray1{
    border: solid 1px gray;
}
form .default-input{
    border: solid 1px gray;
    box-shadow: none !important;
    height: 25px;
}
.default-input:focus {
    border: solid 1px gray;
    outline: none;
}

.submit-btn {
    border: solid 1px gray;
    border-radius: 3px;
    background: #F0F0F0;
    padding: 4px 10px;
    color: #000;
    line-height: normal;
}
.submit-btn:hover{
    color: #000;
}