﻿#body0110 .login-area {
    margin-top: 110px;
    text-align: center;
}

#body0110 .area1 {
    width: calc(40% - 120px);
    height: 36px;
    text-align: right;
    vertical-align: top;
}

#body0110 .area2 {
    width: 120px;
    height: 36px;
    text-align: left;
    vertical-align: top;
}

#body0110 .area3 {
    width: 60%;
    height: 36px;
    text-align: left;
}

#body0110 .login-id {
        width: 16px;
        height: 16px;
        color: #8e8e93;
        padding-right: 3px;
    }

#body0110 .login-lock {
    width: 16px;
    height: 16px;
    color: #8e8e93;
    padding-right: 4px;
}

#body0110 .password {
    margin-top: 10px;
}

#body0110 .password label {
    margin-right: 26px;
}

#body0110 label {
    height: 14px;
    margin-right: 0px;
    font-weight: 700;
    color: #000;
}

#body0110 .login-submit {
    width: 305px;
    height: 50px;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 #cccccc;
    background-color: #0275d8;
    margin-top: 10px;
    text-align: center;
}

#body0110 input[type="text"],
#body0110 input[type="password"] {
    width: 300px;
}
