.login-line-title {
    font-size: 20px;
    padding: 7px 0 15px;
    margin: 30px 47px 10px 50px;
    border-bottom: 2px solid #017c8f;
    font-weight: bold;
}

.login-sub-title {
    font-size: 16px;
    padding: 10px 0;
    margin: 0;
    font-weight: bold;
}

.login-error-block {
    width: 311px;
    margin-bottom: 17px;
}

.mulchlogin-error-block {
    margin: 0 8px 17px;
}

.login-form-block {
    padding: 0 0 0 48px;
    margin: 0 auto;
}

.login-form-block-multiaccount {
    padding: 0 0 0 8px;
    margin: 0 auto;
}

/* login-form */

.login-form .domain-select {
    font-size: 12px;
    padding: 0 0 10px;
}
.login-form .domain-select:after {
    display: block;
    clear: both;
    content: '';
}

.login-form .domain-select li {
    position: relative;
    float: left;
    width: 156px;
    list-style: none;
    margin: 0;
}

.login-form .domain-select label {
    font-weight: bold;
    display: block;
    padding: 8px 0 7px;
    text-align: center;
    color: #8dc2ca;
    border: 1px solid #097C8D;
    border-radius: 6px 0 0 6px;
    background: #fff;
}

.login-form .domain-select li:last-child label {
    border-top: 1px solid #097C8D;
    border-right: 1px solid #097C8D;
    border-bottom: 1px solid #097C8D;
    border-left: 0;
    border-radius: 0 6px 6px 0;
}

.login-form .domain-select input[type='radio']:checked + label {
    color: #fff;
    background: #027789;
}

.login-form .domain-select input[type='radio'] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    opacity: 0;
    cursor: pointer;
}

.login-form .login-domain-dot {
    font-weight: bold;
}

.login-form .center {
    text-align: center;
}

.login-form ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.login-form ul li {
    display: inline-block;
    margin-right: 10px;
}

.login-form .radio-btn label {
    font-size: 13px;
    font-weight: bold;
}

.login-form input[type='text'],
.login-form input[type='password'],
.login-form select {
    -webkit-appearance: none;
       -moz-appearance: none;
         -o-appearance: none;
}

.login-form input[type='text'],
.login-form input[type='password'] {
    font-size: 13px;
    height: 30px;
    padding-left: 1.5%;
    color: #444;
    border: 1px solid #097C8D;
    background: #efffff;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.18);
    box-sizing: border-box;
    font-family: 'Lucida Grande';
}

.login-form .top-pass {
    width: 311px;
}

.select-group {
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    vertical-align: top;
    border: 1px solid #097c8d;
    border-radius: 4px;
    background-repeat: no-repeat;
    box-shadow: inset 0 1px 3px rgba(0 ,0 ,0 , .18);
}

.select-group.focus {
    border: solid 1px #51a7e8;
    box-shadow: 0 0 3px rgba(81, 167 ,232 , .5);
}

.select-group .select {
    font-family: 'Lucida Grande';
    font-size: 13px;
    font-weight: normal;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    width: 115%;
    height: 100%;
    min-height: 28px;
    padding-left: 6px;
    color: #444;
    border: none;
    outline-offset: 0;
    background-color: #efffff;
    background-image: url(./../../top/img/login/arrow_down.png);
    background-repeat: no-repeat;
    background-position: center right 17%;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .18);
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.select-group .select:focus::-ms-value {
    background-color: #efffff;
    color: #444;
}

.login-form input[type='text']:focus,
.login-form input[type='password']:focus {
    border: solid 1px #51a7e8;
    outline: none;
    box-shadow: 0 0 3px rgba(81,167,232,.5);
}

.login-form-center {
    text-align: center;
    padding-right: 60px;
}

.order-link {
  text-align: center;
  padding: 15px;
}

/* logout announce */

.logout-announce {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #027789;
    color: #fff;
    left: 0;
    top: -40px;
    animation: logout-announce-fadein 1s ease, logout-announce-fadeout 4s ease 1s;
}

@keyframes logout-announce-fadein {
    0% {
        top: -40px;
    }
    70% {
        top: -40px;
    }
    100% {
        top: 0;
    }
}

@keyframes logout-announce-fadeout {
    0% {
        top: 0;
    }
    90% {
        top: 0;
    }
    100% {
        top: -40px;
    }
}

.validate-error {
    margin: 15px 13px;
    padding: 5px 10px;

    color: #d00;
    border: 1px solid #f39191;
    background-color: #fffdc8;
}

.validate-error ul {
    margin: 5px 0;
    padding: 0;
}

.validate-error li {
    margin-left: 15px;
}
