body{
    background-color: #F9F9F9;
    width: 100%;
    margin: 0;
}

.login_box{
    width: 30%;
    height: 350px;
    margin: 80px auto;
    padding: 50px 60px;
    background-color: #fff;
    box-shadow: 0 0 8px gray;
    border-radius: 5px;
}

.logo_item{
    text-align: center;
    margin-bottom: 40px;
}

.login_txt{
    font-size: 16px;
    margin-bottom: 0;
    text-align: left;
}

.login_form{
    width: 80%;
    margin: 0 auto;
}

.login_input{
    width: 100%;
    height: 28px;
    padding-left: 5px;
    background-color: #eee;
    border: 1px solid #e9e9e9;
    border-radius: 2px;
}

.login_input:focus{
    outline:solid 1px #909090;
}

.login_subtxt{
    display: block;
    text-align: right;
    font-size: 10px;
    color: #999;
    margin-top: 4px;
}

.btn_area{
    margin-top: 40px;
    text-align: center;
}

.login_btn{
    width: 120px;
    height: 40px;
    color: #019DE3;
    background-color: #fff;
    border: 3px solid #019DE3;
    font-weight: bold;
    border-radius: 5px;
}

.login_btn:hover{
    width: 120px;
    height: 40px;
    color: #fff;
    background-color: #019DE3;
    border: 1px solid #019DE3;
    font-weight: bold;
    border-radius: 5px;
}

.logo_item{
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}

.logo_img{
    height: 80%;
}
.validate_message {
    display: inline-block;
    color: red;
    font-weight: bold;
}
