@charset "utf-8";

html, body{height: 100%; min-height: 646px;}
.login-wrap{width: 100%; height: 100%; background-image: linear-gradient(305deg, #3a4ebf, #5e72e4 53%, #5ec3e4); box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.61);}
.login-containter{max-width: 1280px; height: 100%; margin: 0 auto;}
.login-formgroup{max-width: 310px; margin: 0 auto; padding: 200px 0 0 0;}
.login-formgroup h1{text-align: center;}
.login-formgroup h1 a{font-size: 30px; font-weight: bold; color:#fff; font-family: Arial, sans-serif; }

.login-form-wrap{padding: 34px 0; margin: 18px 0; border-bottom: 1px solid rgba(255,255,255,.1); border-top: 1px solid rgba(255,255,255,.1);}
.login-formbox{overflow: hidden;}
.login-form{float: left;}
.login-form .custom-checkbox .custom-control-label::before{ width: 20px; height: 20px; background:url('../images/unchecked.png')no-repeat 0 0; border: none; top: 0;}
.login-form .custom-checkbox .custom-control-label{font-size: 14px; color:#fff;}
.login-form .custom-checkbox .custom-control-input:checked~.custom-control-label::after{width:20px; height: 20px; background: url('../images/checked.png')no-repeat 0 0; top: 0;}

/* 아이디 패스워드 입력 폼 */
.form-group{position: relative; margin-bottom: 17px;}
.form-control{height: 46px; padding: .375rem .75rem .375rem 46px; box-shadow: 1.3px 1.6px 4px 0 rgba(0,0,0,.09); border: 1px solid #e7e9ea;}
.form-control::placeholder{font-weight: bold; color:#9ea0a9;}
.form-control:hover{box-shadow: 1.3px 1.6px 6px 0 rgba(0, 0, 0, 0.19);}
.nk-input-icon{position: absolute; left: 14px; top: 50%; -webkik-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%); z-index: 1;}
.nk-input-icon i{color:#adb5bd}
.form-control:hover + .nk-input-icon i{color:#8898aa;}

.btns-group{margin-bottom:17px;}
.btns-group .btn{display: block; height: 46px; border-radius: 4px; box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.09);
background-color: #010f68; text-align: center; font-size: 15px; font-weight: bold; color:#fff; padding: 0; line-height: 42px; transition: all .2s;}
.btns-group .btn:hover{background-color:#102083;}

.btns-group .btn:not([href]):not([tabindex]){display: block; height: 46px; border-radius: 4px; box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.09);
    background-color: #010f68; text-align: center; font-size: 15px; font-weight: bold; color:#fff; padding: 0; line-height: 42px; transition: all .2s;}
.btns-group .btn:hover:not([href]):not([tabindex]){background-color:#102083;}

.pw-find-btn{float: right;}
.pw-find-btn a{font-size: 14px; color:#fff;}
.pw-find-btn a .fa-search{font-size: 14px; color:#fff;}
.pw-find-btn a .fa-search:before{margin-right: 3px;}
.pw-find-btn a:hover{text-decoration: underline; color:#fff;}
.sign-link{font-size: 13px; color:rgba(255, 255, 255, 0.63); text-align: center;}
.sign-link a{font-size: 14px; color: #fff; margin-left: 5px;}
.sign-link a:hover{text-decoration: underline; color:#fff;}