/*Signup-Signin*/
.box-signup-signin{margin-bottom: 20px;position: relative;}
.box-signup-signin,
.box-signup-title,
.box-signup-content,
.bx-item,
.bx-item label{float:left;width:100%;}
.box-signup{width:calc(50% - 20px);float:left;background: #fbfbfb;min-height: 340px;}
.box-signin{width:calc(50% - 20px);float:right;background: #fbfbfb;height: 100%;position: absolute;right: 0;top: 0;}
.box-signup-title {float: left;background: linear-gradient(to bottom, #0e76bc 0%, #0b72b7 100%);width: 100%;height: 40px;margin: 0px;text-decoration: none;line-height: 40px;padding-left: 15px;border-top-right-radius: 10px;border-top-left-radius: 10px;}
.box-signup-title h2 {margin: 0;font-size: 16px;font-family: 'NotoSans-Bold', Arial, sans-serif;text-transform: uppercase;color: #fff;}
.bx-item{margin:0 0 10px 0;}
#__MB_MEMBER_LOGIN .bx-item a{color: #0e76bc;}
.box-signup-content {background: #fbfbfb;padding: 10px 15px 0 15px;}
.bx-item label{margin-bottom:10px;font-size:15px;}
.required{color:red;}
.bx-item input[type=text],.bx-item input[type=email],.bx-item input[type=password]{display: block;width: 250px;height: 34px;padding: 6px 12px;font-size: 14px;line-height: 1.42857143;color: #555;background-color: #fff;background-image: none;border: 1px solid #ccc;border-radius: 4px;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;}
.top-bar-list-content .bx-item input[type=text],.top-bar-list-content .bx-item input[type=email],.top-bar-list-content .bx-item input[type=password]{width:100%;}
.bx-item input[type=checkbox] {margin-left: 0;vertical-align: -2px;}
.bx-item button {display: inline-block;}
.btn-button {padding: 0 50px;height: 50px;background: #0e76bc;color: #fff;font-weight: 700;font-family: 'UTMAvoBold', sans-serif;display: block;cursor: pointer;margin-top: 45px;border-radius: 25px;}
.btn-save {margin: 22px auto;}
.btn-save:hover {background-color: #0066cc;color: #fff;}
.top-bar-list-content .bx-item button{width:100%;}
#__SIGNUP_FORM_DONE .ui-widget .ui-state-highlight{padding-top: 10px;}
.author-box-wrap {border: 1px solid #ededed;padding: 10px;margin-bottom: 15px;}
.author-box-wrap .desc {margin-left: 117px;font-size: 12px;}
.td-author-name {font-family: open sans,arial,sans-serif;font-size: 15px;line-height: 21px;font-weight: 700;margin: 7px 0 8px;}
.td-author-name a {color: #222;}
.td-author-url {font-size: 11px;font-style: italic;line-height: 21px;margin-bottom: 6px;}
.td-author-url a {color: #444;}
#__SIGNUP_FORM_DONE h2{margin: 20px 0;color: #0e76bc;}
#__SIGNUP_FORM_DONE .ui-state-error{padding: 20px;font-size: 15px;border: 1px solid #0e76bc;}
@media screen and (max-width: 840px) {
    .box-signup,.box-signin{
        width: 100%;
        position: unset;
        float: left;
    }
    .box-signup{
        display: none;
    }
    .hna-desktop{
        display: none !important;
    }
    .hna-mobile{
        display: block !important;
        color: #0e76bc;
    }
    .hna-mobile span{
        cursor: pointer;
        margin-left: 10px;
    }
    .box-hna-signup.box-signup{
        display: block !important;
    }
}