*{
    margin: 0;
    padding: 0;
}
header{
    border-bottom: 1px solid #EDEDED;
    height: 60px;
}

header img {
    display: block;
    margin: 0 auto;
    padding-top: 3px;
}
main{
    width: 720px;
    height: 500px;
    margin: 40px auto;
}
main h1{
    color: #383963;
    font-weight: 500;
    text-align: center;
    
}
main p {
    font-size: 16px;
    color: #a0a4af;
    text-align: center;
    margin-top: 20px;
}

.line{
    width: 100%;
    max-width: 400px;
    height: 0px;
    border-bottom: 1px solid #e1e2e4;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

form button {
    display: block;
    width: 320px;
    font-size: 18px;
    color: #ffffff;
    margin: 20px auto;
    width: 320px;
    height: 53px;
    border: 0;
    border-radius: 2px;
    background-color: #FC5F3A;
    cursor: pointer;
}
form button:hover{
    background-color: #DD4A3A;
}
.form-other{
    display: block;
    font-size: 14px;
    color: #a0a4af;
    width: 100%;
    margin-top: 10px;
    text-align: center;
}

.form-other a{
    color: #65697f;
    text-decoration: underline;
    margin-left: 10px;
}
form div>span {
    display: block;
    color: #393939;
    font-size: 14px;
    margin-bottom: 8px;
}
form div>input{
    box-sizing: border-box;
    font-size: 15px;
    line-height: 20px;
    width: 100%;
    max-width: 360px;
    height: 45px;
    outline: none;
    padding: 13px 10px 12px 10px;
    border: 1px solid #cccccc;
    border-radius: 2px;
}
form div {
   width: 320px;
   margin: 10px auto;
}
input::-webkit-input-placeholder{
    color: #ddd;
}
input:focus{
    border: 1px solid #64AEEB;
}
.false{
    border: 1px solid red !important;
}
.hint{
    color: red;
    font-size: 12px;
}