body{
    margin: 0;
    padding: 0;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

header{
    position: relative;
    width: 100%;
    height: 70px;
    background: #abdad1;
    box-shadow: 0 2px 5px #555555;
}

a{
    text-decoration: none;
    color: #FAEEC6;
}

.fa-circle-chevron-left{
    position: absolute;
    bottom: 15px;
    font-size: 35px;
    margin: 0 0 2px 40px;
}

.setting{
    margin-top: 30px;
}

.setting-titl{
    margin: 0 auto;
    width: 42px;
    left: 40px;
    color: #535353;
    font-size: 20px;
    border-bottom: 1px solid #535353;
}

h2{
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    margin-top: 30px;
    color: #535353;
}

.acct p{
    border-bottom: 1px solid #D9D9D9;
    width: 310px;
    height: 30px;
    margin: 0 auto;
    padding-top: 30px;
}

.acct input{
    font-size: 17px;
    height: 17px;
}

.acct p ::placeholder{
    color: #D9D9D9;
}

.checkboxall{
    width: 300px;
    height: 22px;
    text-align: center;
    margin: 60px auto 30px auto;
}

.checkboxall .checkbox{
    font-size: 12px;
}

.checkboxall span{
    color: #4C7CBB;
    text-decoration: underline;
}

.register{
    text-align: center;
}

.register a{
    color: #fff;
    background: #F4A460;
    font-size: 20px;
    width: 100%;
    height: 100%;
    padding: 14px 80px;
    border-radius: 10px;
    box-shadow: 0 1px 1px 0 #535353;
}
