*, *:before, *:after {
    box-sizing: border-box;
}

html {
    height: 100vh;
    background: #112c49 url("../../../common/img/site.jpg") center center;
    overflow: hidden;
    background-size: cover;
}

body {
    margin: 0;
}

html, body {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.login {
    height: 450px;
    width: 400px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -308px;
    -webkit-animation: 1s;
    -webkit-animation-name: move;
    /* Chrome, Safari, Opera */
    animation: 1s;
    animation-name: move;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes move {
    0% {
        top: 60%;
        opacity: 0.1;
    }

    100% {
        top: 50%;
    }
}

@keyframes move {
    0% {
        top: 60%;
        opacity: 0.1;
    }

    100% {
        top: 50%;
    }
}

.login-icon-field {
    position: relative;
    width: 100%;
    height: 370px;
}

.login-icon-field img {
    display: block;
}

.login-icon {
    margin: 50px 65px;
}

.login-form {
    padding: 8px 15px 15px;
    height: 130px;
    margin: 0 auto;
}

.row {
    display: none;
}

.username-row {
    position: relative;
    height: 50px;
    background: rgba(0,0,0,0.7);
    border-radius: 5px;
    border: #fff 1px solid;
    margin-bottom: 10px;
}

.password-row {
    position: relative;
    height: 50px;
    background: rgba(0,0,0,0.7);
    border-radius: 5px;
    border: #fff 1px solid;
}

.password-icon, .user-icon {
    margin: 10px;
}

.password-icon .key-path, .user-icon .user-path {
    fill: rgba(10,10,10,0);
    stroke: #ccc;
    stroke-width: 3.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-dasharray: 300;
    stroke-dashoffset: 300;
    -webkit-animation: dash 3s .3s linear forwards;
    animation: dash 3s .3s linear forwards;
}

.user-icon .user-path {
    -webkit-animation: dash 3s .8s linear forwards;
    animation: dash 3s .8s linear forwards;
}

input[type=text], input[type=password] {
    background: rgba(0,0,0,0.9);
    border: none;
    color: #fff;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0;
    width: 100%;
    border: solid 2px #ccc;
;


    border-radius: 6px;
}

input[type=text]:focus, input[type=password]:focus {
    border: solid 2px #fff;
    color: #fff;
    background-color: rgba(0,0,0,0.8);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.4), 0px 0px 20px 0px rgba(0, 175, 255, 0.75);
    outline: none;
}

input[type=text]::placeholder, input[type=password]::placeholder {
    color: #fff;
}

.call-to-action {
    padding: 0px 15px 15px;
    height: 70px;
    margin: 0 auto;
}

button {
    background: rgba(0,0,0,0.9);
    border: 2px solid #00c6ff;
    width: 48%;
    height: 50px;
    box-sizing: border-box;
    color: #00c6ff;
    text-align: center;
    border-radius: 6px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    cursor: pointer;
    margin-top: 5px;
    font-weight: bold;
    float: left;
}

button:hover {
    background-color: rgba(0,0,0,0.5);
}

.username-input, .password-input {
    color: #fff;
    transition: 0.2s;
}

.username-input:focus, .password-input:focus {
    color: #ffcc00;
}

#login-btn {
    cursor: pointer;
}

#join-btn {
    display: block;
    text-align: center;
    text-decoration: none;
}

#join-btn {
    background: rgba(0,0,0,0.9);
    width: 48%;
    height: 50px;
    line-height: 46px;
    box-sizing: border-box;
    color: #00c6ff;
    text-align: center;
    border: 2px solid #00c6ff;
    border-radius: 6px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    margin-top: 5px;
    float: right;
}

#join-btn:hover {
    background-color: rgba(0,0,0,0.5);
}

video {
    visibility: visible;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
}

.logo-login01 {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -160px;
    width: 320px;
    transition: 0.2s;
    text-align: center;
}

.sub_banner2 {
    width: 235px;
    height: 100px;
    margin: 0 auto;
    background: rgba(255,255,255,0.2) url("/html/apple/images/kaka_tel2.png")no-repeat 18px 12% !important;
    background-size: auto 60px !important;
    overflow: hidden;
    letter-spacing: -1px;
    font-family: 'roboto';
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 6px;
}

.sub_banner2 p {
    margin: 8px 10px 10px 0;
    text-align: right;
    font-size: 14px;
    color: #fff;
    font-family: 'notor';
}

.sub_banner2 strong {
    font-size: 14px;
}

.sub_banner2 span {
    margin: 0 10px 0 0;
    display: block;
    font-size: 13px;
    line-height: 18px;
    color: #ccc;
    text-align: right;
    font-family: 'notor';
}

.ka strong {
    color: #ffe900;
}

.te strong {
    color: #43c6ff;
}

.login-kakao, .login-telegram {
    border: solid 2px #ffcc00;
    color: #ffcc00;
    height: 50px;
    line-height: 46px;
    font-size: 14px;
    margin-top: 10px;
    font-weight: bold;
    border-radius: 5px;
    width: 48%;
    float: left;
    text-align: center;
    background: rgba(0,0,0,0.5);
    box-sizing: border-box;
}

.login-kakao i, .login-telegram i {
    font-size: 20px;
    vertical-align: middle;
}

.login-telegram {
    float: right;
    border: solid 2px #2fd1ff;
    color: #2fd1ff;
}

.login-telegram, .login-kakao {
    position: relative;
}
