@import "nanumbarungothic.css";
html,
body {
    height: 100%
}

body {
    font-family: 'Nanum Barun Gothic', 'Nanum Gothic', sans-serif;
}

.ui_yongma_login {
	background: url("../../../resources/images/common/login_bg.jpg") center top no-repeat;
	margin-top:8%;
}

.login_content {
    width: 664px;
    margin: 0 auto;
    text-align: center;
}

.login_content .login_top {
    padding-top: 117px;
    text-align: center;
}

.login_content .login_top_sso {
    padding-top: 200px;
    text-align: center;
}

.login_content .yongma_login_txt {
    padding-top: 17px;
}

.login_content .login_motion {
    padding-top: 57px;
    position: relative;
    padding-bottom: 90px;
    background: url("../../../resources/images/common/login_animate_bg.png") no-repeat center 95px;
}

.login_content .motion_truck {
    position: absolute;
    top: 0;
    left: 0;
    animation-duration: 0.5s;
    animation-name: startup;
    animation-iteration-count: 3
}

@keyframes startup {
    from {
        left: 0;
    }
    30% {
        left: 8px
    }
    80% {
        left: -4px
    }
    to {
        left: 0
    }
}
.login_content .login_motion .motion_smoke {
    width: 30px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 79px;
    left: 164px;
    animation-duration: 1s;
    animation-name: smoke;
    animation-iteration-count: 2
}

.login_content .login_motion .motion_smoke:after {
    position: absolute;
    display: block;
    width: 22px;
    height: 1px;
    right: 0;
    background: #fff;
    content: "";
    top: -8px;
    animation-duration: 2s;
    animation-name: smoke;
    animation-iteration-count: 2
}

.login_content .login_motion .motion_smoke:before {
    position: absolute;
    display: block;
    width: 18px;
    height: 1px;
    top: 7px;
    right: 0;
    background: #fff;
    content: "";
    animation-duration: 3s;
    animation-name: smoke;
    animation-iteration-count: 2
}
@keyframes smoke {
    from {
        opacity: 0;
    }
    30% {
        opacity: 0.3;
    }
    80% {
        opacity: 0.5;
    }
    to {
        opacity: 1;
    }
}

.login_content .motion_bus {
    width: 161px;
    height: 57px;
    background: url(../../../resources/images/common/login_bus.png) no-repeat;
    display: block;
    position: absolute;
    top: 53px;
    left: 209px;
}

.login_content .yongma_login_form {
    position: relative;
}

.login_content .login_input {
    width: 334px;
    height: 43px;
    line-height: 43px;
    border: 1px solid #cececd;
    background-color:#ffffff;
    font-size: 16px;
    margin: 0 auto;
    display: block;
    margin-bottom: 8px;
    padding-left: 22px;
}

.login_input:focus {
    outline: none;
    border: 1px solid #1d98fa;
}

.login_content .login_label {
    color: #999;
    position: absolute;
    left: 50%;
    font-size: 16px;
    margin-left: -157px;
    cursor: inherit;
}

.login_content .label_id {
    top: 13px;
}


.login_content .label_password {
    top: 68px;
}

.label-active,
.login_input:focus + .login_label,
.input-notempty + .login_label {
    display: none;
}

.login_label:focus,
.input-notempty {
    display: none;
}


.loginRe{
	text-align: center;
    padding-top: 8px;
}

.login_submit_btn {
    width: 358px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 22px;
    background: #1d98fa;
}

.yongma_footer .copyright {
    font-size: 12px;
    color: #fff;
    padding: 143px 0 57px 0;
}