/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* custom */
a {
    color: #7e8c8d;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
}

li {
    list-style: none;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
    height: 5px;
    background-color: rgba(125, 125, 125, 0.7);
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 5px;
    background-color: rgba(125, 125, 125, 0.7);
    -webkit-border-radius: 6px;
}

html, body {
    width: 100%;
}

body {
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*:focus { outline: none; }

.clearfix:after{
    content:"";
    height:0;
    line-height:0;
    display:block;
    visibility:hidden;
    clear:both
}

.clearfix{
    zoom:1;
}
a{
    text-decoration:none;
}
a:hover{
    text-decoration:none;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

input[type="button"], input[type="submit"], input[type="reset"] {

    -webkit-appearance: none;

}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

textarea {  -webkit-appearance: none;}input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #ACACAC;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ACACAC;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ACACAC;
}
input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ACACAC;
}

html, body {
    height: auto;
}

.body {
    background: white;
}

.body_main {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 60px;
}

h1 {
    margin: 60px auto 0;
    display: block;
    width: 73px;
    text-align: center;
}

h1 a {
    display: block;
    width: 73px;
    height: 61px;
    background-size: 73px 61px;
    background-image: url("https://www.youmeid.com/youmeid/image/quicklogin_logo_m.png");
}

h2 {
    margin-top: 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: rgba(52, 52, 52, 1);
    text-align: center;
}

.select {
    position: relative;
    height: 109px;
    width: 300px;
    font-size: 16px;
    margin: 0 auto;
}

.select li {
    margin-top: 40px;
    color: #343434;
}

.select li:hover{
    color: #343434;
}

.select li:nth-child(1){
    float: left;
    margin-left: 64px;
    color:rgba(129,129,129,1);
}

.select li:nth-child(2){
    float: right;
    margin-right: 64px;
}

.select li:nth-child(3){
    position: absolute;
    margin-top: 0;
    top: 69px;
    right: 64px;
    width: 56px;
    height:4px;
    background: #734BFA;
    border-radius: 4px;
}

.register_wrapper {
    text-align: center;
}

.register_input {
    margin: 30px auto;
    width: 300px;
    position: relative;
}

.register_input input {
    padding-left: 40px;
    height: 40px;
    line-height: 40px;
    width: 242px;
}

#ym_email, #ym_password, #ym_confirm_password {
    border: 1px solid #dadce0;
    border-radius: 8px;
}

#ym_email span {
    background: url("https://developer.youmeid.com/image/login_input_email.png") no-repeat;
    position: absolute;
    background-size: 25px 36px;
    background-position: 0 0px;
    top: 12px;
    display: block;
    width: 25px;
    height: 18px;
    left: 12px;
}

#ym_password span {
    background: url("https://developer.youmeid.com/image/login_input_key.png") no-repeat;
    background-size: 25px 24px;
    background-position: 0 0px;
    position: absolute;
    display: block;
    width: 25px;
    height: 12px;
    left: 12px;
    top: 14px;
}

.ym_email_span_active {
    background-position: 0 -18px !important;
}

.ym_password_span_active {
    background-position: 0 -12px !important;
}

.input_active {
    border: 1px solid #734BFA !important;
}

.register_input p {
    color: #d93025;
    font-size: 12px;
    line-height: normal;
    position: absolute;
    bottom: -24px;
    margin: 0 5px;
}

.register_input p span img {
    width: 16px;
    margin-right: 5px;
    margin-bottom: -4px;
}

.password_note {
    text-align: left !important;
    color: black !important;
    position: unset !important;
    margin: 10px 5px !important;
}



.register_btn {
    margin: 24px auto;
    width: 292px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    text-align: center;
    background: #e3e3e3;
    color: white;
    white-space: nowrap;
    cursor: pointer;
    box-sizing: border-box;
    outline: none;
    transition: .2s;
    font-weight: 500;
}

.ym-id {
    width: 300px;
    margin: 20px auto 0;
}

.register_error_text {
    color: #d93025;
    margin: 0 auto;
    font-size: 12px;
}

.register_error_text span {
    color: #d93025;
    font-size: 12px;
    width: 300px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
}

.register_error_text span img {
    width: 16px;
    margin-right: 5px;
    margin-bottom: -4px;
}