body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #4c4c4c;
}


/*================== Index Page Start ==================*/

.wrapper {
    background: url("../images/bg.png") no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.login_box {
    width: 676px;
    height: 410px;
    background: #fff;
    border-radius: 1px 100px 1px 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -338px;
    margin-top: -182px;
}

.logo {
    width: 50%;
    height: 74px;
    float: left;
    text-align: center;
    padding: 32px 25%;
    border-bottom: 6px solid #e15616;
}

.logo img {
    height: 100%;
}

.login_area {
    width: 100%;
    float: left;
    margin-top: 40px;
    text-align: center;
}

.login_box form {
    width: 240px;
    margin: 20px auto;
}

.login_area input {
    color: #72706f;
    height: 15px;
    line-height: 16px;
    padding: 6px 8px;
}

.subtn {
    width: 70px;
    height: 25px;
    line-height: 20px;
    color: #fff;
    background: #e15616;
    text-align: center;
    border-radius: 12px;
    font-size: 14px;
    cursor: pointer;
    border: none;
    padding-top: 0px;
    padding-bottom: 6px;
    font-family: Arial;
    margin-top: 15px;
}

.subtn:hover {
    background: #706e6d;
}

.char_img {
    width: 182px;
    height: 264px;
    position: absolute;
    right: -40px;
    bottom: 0;
}

.char_img img {
    width: 100%;
}


/*================== Index Page End ==================*/


/*================== User Page Start ==================*/

.user_box {
    width: 676px;
    height: 642px;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    border-radius: 1px 1px 100px 100px;
}

.user_head {
    width: 100%;
    float: left;
    font-size: 32px;
    color: #72706f;
}

.user_head span {
    color: #e15616;
    font-size: 20px;
    font-weight: bold;
}

.welcome_txt {
    width: 100%;
    float: left;
    font-size: 32px;
    color: #72706f;
    font-weight: normal;
}

.welcome_txt span {
    color: #e15616;
    font-size: 40px;
}

.user_box form {
    width: 400px;
    margin: 20px auto;
}

select {
    /* styling */
    background-color: #666666;
    border: thin solid #e15616;
    color: #fff;
    border-radius: 2px;
    display: inline-block;
    font: inherit;
    line-height: 1.2em;
    padding: 0.3em 2em 0.3em 0.5em;
    /* reset */
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

select.classic {
    background: #666666 url("../images/left-arrow.png") no-repeat;
    background-position:  100% center;

}

select.classic:focus {
    background: #666666 url("../images/down-arrow.png") no-repeat;
    background-position:  100% center;

}
option {
    background: #666666 !important;
    color: #fff;
}

/*================== User Page End==================*/


/*================== CHD Page Start==================*/

.chd_wrapper {
    background: #fff;
    width: 100%;
    height: 720px;
    margin: 0px auto;
    position: relative;
}

.chd_wrapper .logo {
    height: 60px;
    float: left;
    width: 100%;
    padding: 15px 0;
}

.content_area {
    width: 100%;
    float: left;
    text-align: left;
    padding: 15px 22px;
    position: relative;
}

.content_area .user_head {
    width: 15%;
    float: left;
    font-size: 20px;
    text-align: left;
}

.content_area .user_head span {
    font-size: 20px;
}

.content_area .welcome_txt {
    width: 85%;
    float: left;
    font-size: 20px;
    text-align: left;
    position: relative;
    top: -20px;
}

.content_area .welcome_txt span {
    font-size: 20px;
}

.chdBtn {
    height: 30px;
    text-align: center;
    float: left;
    padding: 0px 15px;
    background: #e15616;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    margin-right: 25px;
    border: none;
    cursor: pointer;
    border-radius: 14px;
}

.chdBtn:hover {
    background: #706e6d;
}

.content_txt {
    width: 100%;
    text-align: left;
    float: left;
    font-size: 20px;
    color: #333333;
}
