.signin * {
    padding : 0;
    margin : 0;
    color : #000000;
    /* font-family : "Noto Sans", "Noto Sans CJK JP", sans-serif; */
}

.signin {
    width : 100%;
    height : 100%;
    position : absolute;
    top : 0;
    left : 0;
    background-image : url("../../../asset/texture_splash.png");
    background-repeat: repeat;
    background-position: top left;
}

/* Terms of use */
.signin .terms_of_use_wrapper {
    /*position : fixed;*/
    position : absolute;
    width : 100%;
    height: 100%;
    top : 0;
    bottom: 0;
    margin: 0;
    left : 0;
}

.signin .terms_of_use_body {
    position : absolute;
    width : 720px;
    height : 560px;
    top: 0;
    left : 0;
    right: 0;
    bottom: 0;
    margin: auto auto;
}

.signin .terms_of_use_header {
    position : relative;
    width : 100%;
    height : 240px;
    border-bottom : 1px dashed #C4C4C4;
    text-align : center;
    font-size : 21px;
}

.signin .signin_logo {
    position : absolute;
    width : 360px;
    height: 144px;
    top :  0px;
    left : 0px;
    right: 0px;
    margin: 0 auto;
}

.signin .signin_user_license_agreement {
    position : absolute;
    width : 100%;
    height : 60px;
    top: 180px;
    text-align : center;
    line-height: 60px;
    color : #000000;
    background-color : #FFFFFF;
}

.signin .terms_of_use_contents_wrapper {
    position : relative;
    width : 100%;
    height : 254px;
    background-color : #F7F7F7;
    padding : 0 0 0 0;
}

.signin .terms_of_use_contents {
    position : relative;
    height : 100%;
    padding : 20px 20px 20px 20px;
    overflow-x : hidden;
    overflow-y : scroll;
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
    font-size : 14px;
    color : #000000;
}

.signin .terms_of_use_footer {
    display : block;
    position : relative;
    width : 100%;
    height : 60px;
    text-align : center;
    background-color : #FFFFFF;
    border-top : 1px dashed #C4C4C4;
    font-size : 18px;
    color : #0071F9;
    line-height : 60px;
}


/*.signin .signin_logo {*/
/*    !*position : fixed;*!*/
/*    position : absolute;*/
/*    width : 447px;*/
/*    top : 38px;*/
/*    left : 0px;*/
/*    right: 0px;*/
/*    margin: 0 auto;*/
/*}*/

/*.signin .signin_body {*/
/*    !*position : fixed;*!*/
/*    position : absolute;*/
/*    width : 100%;*/
/*    top : 226px;*/
/*    left : 0px;*/
/*}*/

/*!* Sign In Input *!*/
/*.signin .signin_input_wrapper {*/
/*    position : relative;*/
/*    width : 570px;*/
/*    left : 0px;*/
/*    right: 0px;*/
/*    margin: 0 auto;*/
/*    text-align : center;*/
/*}*/

/*.signin .signin_input {*/
/*    !* font-family : "Noto Sans", "Noto Sans CJK JP Light", sans-serif; *!*/
/*    font-size : 22px;*/
/*    color : #000000;*/
/*    width : 432px;*/
/*    height : 48px;*/
/*    background : rgba(255, 255, 255, 0.8);*/
/*    border-radius : 3px;*/
/*    border : 1px solid #ADADAD;*/
/*    -webkit-appearance : none;*/
/*    padding-left : 15px;*/
/*}*/

/*.signin .signin_invalid_msg {*/
/*    position : relative;*/
/*    text-align : left;*/
/*    padding-left : 11px;*/
/*    !* font-family : "Noto Sans", "Noto Sans CJK JP", sans-serif; *!*/
/*    font-size : 12px;*/
/*    width : 432px;*/
/*    left : 69px;*/
/*    color : #ED4214;*/
/*    height : 24px;*/
/*}*/

/*!* Sign In Button *!*/
/*.signin .signin_button_wrapper {*/
/*    position : relative;*/
/*    margin : 48px 0 1px 0;*/
/*    width : 336px;*/
/*    height : 48px;*/
/*    left : 344px;*/
/*    background-color : #3ED823;*/
/*    border : none;*/
/*}*/

/*.signin .signin_button {*/
/*    !* font-family : "Noto Sans", "Noto Sans CJK JP", sans-serif; *!*/
/*    font-size : 22px;*/
/*    width : 100%;*/
/*    height : 100%;*/
/*    text-align : center;*/
/*    background : none;*/
/*    border : none;*/
/*}*/

/*.signin .signin_button_ready {*/
/*    color : #FFFFFF;*/
/*}*/

/*.signin .signin_button_not_ready {*/
/*    color : #CCCCCC;*/
/*}*/

/*!* Forget Your Password Button *!*/
/*.signin .forget_button_wrapper {*/
/*    position : relative;*/
/*    margin : 0 0 48px 0;*/
/*    width : 336px;*/
/*    height : 48px;*/
/*    left : 0px;*/
/*    right: 0px;*/
/*    margin: 0 auto;*/
/*    background : rgba(255, 255, 255, 1.0);*/
/*    border : 1px solid #D3D3D3;*/
/*}*/

/*.signin .forget_button {*/
/*    !* font-family : "Noto Sans", "Noto Sans CJK JP Light", sans-serif; *!*/
/*    font-size : 22px;*/
/*    width : 100%;*/
/*    height : 100%;*/
/*    text-align : center;*/
/*    color : #666666;*/
/*    background : none;*/
/*    border : none;*/
/*}*/

/*!* Create Account Button *!*/
/*.signin .signin_create_account_button_wrapper {*/
/*    position : relative;*/
/*    width : 336px;*/
/*    height : 48px;*/
/*    left : 0px;*/
/*    right: 0px;*/
/*    margin: 0 auto;*/
/*    background-color : #808080;*/
/*    border : none;*/
/*}*/

/*.signin .signin_create_accout_button {*/
/*    !* font-family : "Noto Sans", "Noto Sans CJK JP Light", sans-serif; *!*/
/*    font-size : 22px;*/
/*    width : 100%;*/
/*    height : 100%;*/
/*    text-align : center;*/
/*    color : #FFFFFF;*/
/*    text-align : center;*/
/*    background : none;*/
/*    border : none;*/
/*}*/

