/*LOGIN*/
#title-area{
    display: table;
    margin: 0 auto 0;
    width: 960px;
}
#login-title h4{
    display: table-cell;
    height: 40px;
    width: 960px;
    vertical-align: middle;
    margin: 0 auto 0;
    padding: 30px 0 10px 0;
    color: #000;
    font-size: 18px;
    border-bottom: solid 1px #ccc;
}
#login-title h4:before{
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f090";
    font-size: 20px;
    margin: 2px 10px 0 0;
}
#reset-title h4{
    display: table-cell;
    height: 40px;
    width: 960px;
    vertical-align: middle;
    margin: 0 auto 0;
    padding: 30px 0 10px 0;
    color: #000;
    font-size: 18px;
    border-bottom: solid 1px #ccc;
}
#reset-title h4:before{
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f10c";
    font-size: 20px;
    margin: 2px 10px 0 0;
}
#change-title h4{
    display: table-cell;
    height: 40px;
    width: 960px;
    vertical-align: middle;
    margin: 0 auto 0;
    padding: 30px 0 10px 0;
    color: #000;
    font-size: 18px;
    border-bottom: solid 1px #ccc;
}
#change-title h4:before{
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f10c";
    font-size: 20px;
    margin: 2px 10px 0 0;
}

#reset-area {
    width: 960px;
    margin: 20px auto 0;
}
#reset-area div{
    margin: 20px 0 20px 0;
    background: #fff;
    padding: 14px 0 0 14px;
    border: solid 1px #ccc
}
#reset-area h5{
    margin-bottom: 20px;
}
#reset-area p{
    margin-bottom: 20px;
    line-height: 1.5em;
}
#reset-area hr{
    border: none;
    border-bottom: solid 1px #ccc;
    margin: 0 0 20px 0;
}

#change-area {
    width: 960px;
    margin: 0 auto 0;
}
#change-area h5{
    margin: 0 0 20px 0;
}
#change-area h5:before{
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f111";
    margin: 2px 5px 0 0;
}
#change-area p{
    margin-bottom: 20px;
    line-height: 1.5em;
}
#change-area hr{
    clear: both;
    border: none;
    border-bottom: solid 1px #ccc;
    margin: 0 0 20px 0;
}



input, button, textarea, select{
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


#login-area {
    width: 560px;
    margin: 50px auto 0;
}
#login-area div{
    display: table;
    margin-bottom: 20px;
}
#login-area p{
    color: #777;
    text-align: center;
    font-size: 14px;
    margin: 20px;
}
#login-area input[type="text"]:focus,input[type="password"]:focus {
    box-shadow: 0 0 7px #1abc9c;
    border: 1px solid #1abc9c;
}
#login-area input[type="text"],input[type="password"] {
    outline: none;
    border: 1px solid #ccc;
    -webkit-transition: all .3s;
    transition: all .3s;
    background: #fff;
    width: 380px;
    height: 26px;
    font-size: 18px;
    padding:  4px;
    display: table-cell;
    vertical-align: middle;
}
#login-area label {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    color: #333;
    vertical-align: middle;
    width: 100px;
}
#login-area label:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f10c";
    margin: 2px 5px 0 0;
}



#reset-area input[type="text"],input[type="password"] {
    outline: none;
    border: 1px solid #ccc;
    -webkit-transition: all .3s;
    transition: all .3s;
    background: #fff;
    width: 380px;
    height: 26px;
    font-size: 18px;
    padding:  4px;
    margin: 10px 0 20px 0;
}
#reset-area input[type="text"]:focus,input[type="password"]:focus {
    box-shadow: 0 0 7px #1abc9c;
    border: 1px solid #1abc9c;
}
#reset-area label {
    font-size: 14px;
    color: #333;
    margin: 0;
}
#reset-area label:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f10c";
    margin: 2px 5px 0 0;
}
#reset-area ul {
    font-size: 14px;
    color: #333;
}
#reset-area li {
    margin: 0 0 6px 0
}
#reset-area ul ul{
    list-style-type: disc;
    padding: 5px 0 0 30px;
    margin: 0 0 30px 0;
}
#reset-area ul ul li{
    font-size: 13px;
}


#change-area {
    width: 960px;
    margin: 50px auto 0;
}
#change-area div{
    display: table;
    margin-bottom: 5px;
}
#change-area p{
    color: #333;
    font-size: 14px;
    padding: 0 0 0 30px;
}
#change-area input[type="text"]:focus,input[type="password"]:focus {
    box-shadow: 0 0 7px #1abc9c;
    border: 1px solid #1abc9c;
}
#change-area input[type="text"],input[type="password"] {
    outline: none;
    border: 1px solid #ccc;
    -webkit-transition: all .3s;
    transition: all .3s;
    background: #fff;
    width: 232px;
    height: 26px;
    font-size: 18px;
    padding:  4px;
    display: table-cell;
    vertical-align: middle;
}
#change-area label {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    color: #333;
    vertical-align: middle;
    width: 100px;
    padding: 0 0 0 30px;
}
#change-area label:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f10c";
    margin: 2px 5px 0 0;
}


button {
    display: block;
    background: #256CA5;
    color: #fff;
    width: 35%;
    padding: 14px;
    font-size: 16px;
    cursor: pointer;
    outline: none;
    margin: 60px auto 40px;
    transition: 0.3s;
}
button:hover {
    background: #1e816d;
}
button:active {
    background: #1e816d;
}

#change-area button {
    width: 100px;
    margin: 0 0 10px 0;
    float: right;
}
#change-area button:hover {
    background: #1e816d;
}
#change-area button:active {
    background: #1e816d;
}


