@charset "utf-8";

.gyro_login_bg {
    height: 100%;
    background: #010301 url(../images/login/linc_index_img_03.jpg) no-repeat 0 0; 
    background-size: cover;
    overflow: auto;
}
#gyro_wrap_login {
    width:100%;
    font-family: 'Malgun Gothic','맑은 고딕',HelveticaNeue,DroidSans,Sans-serif,Helvetica;
}

#gyro_logo_efect {
	width: 150px;
	height: 85px;
    background-color: #be222f;
    padding: 50px 30px 30px 26px;
}

#gyro_container {
    width: 450px;
    height: 554px;
    margin: 11.5% auto 0 auto;
}

#gyro_wrap_login h1 {
    text-align: center;
    margin-top: -60px;
}


#gyro_content {
    width: 100%;
    height: 400px;
    padding: 60px 0 75px 0;
	background:rgba(0, 0, 0, 0.7);
    border-radius: 5px;
	color: #fff;
}

#gyro_wrap_login h2 {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: 50px;
}

.gyro_login_form {
    width: 390px;
    margin: 0 auto;
    border: none;
}

.gyro_input_row {
    width: 100%;
    height: 48px;
    margin: 5px 0 20px 0; 
}

.gyro_input_row label {
    display: none;
}

.gyro_int_id, .gyro_int_pw {
    border-radius: 3px;
    padding: 0 10px 0 44px;
    width: 336px;
    height: 48px;
    line-height: 14px;
    font-size: 1rem;
    color: #333;
    border: none;
    ime-mode: disabled;
}

.gyro_int_id {
    background: #fff url(../images/login/ico_id.png) no-repeat 8px 12px;
}

.gyro_int_pw {
    background: #fff url(../images/login/ico_pw.png) no-repeat 8px 12px;
}

.gyro_login_check {
    height: 22px;
    margin-bottom: 25px;
}

.gyro_lbl_check {
    height: 22px;
    line-height: 15px;
    padding-left: 30px;
    display: inline-block;
    background: url(../images/login/checkbox_03.png) no-repeat 0 0;
    font-size: 0.895rem;
    vertical-align: middle;
    color: #afafaf;
    font-weight: 600;
    cursor: pointer;
}

.remember_id{/* 로그인화면 체크박스 숨기기 */
    display:none;
}

input[type="checkbox"] {
    width: 15px;
    height: 15px;
    padding: 0;
    border: 0 none;
    margin: 3px 0 0 0;
    left: 0;
    top: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

input[type="checkbox"]:checked + label {
    background-position: 0 -22px;
}

.gyro_logbtn {
    width: 390px;
    height: 53px;
    background-color: #be222f;
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow:2px 2px 5px 0px rgba(0, 0, 0, 0.5);
    font-size: 1.125rem;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    color: #fff;
}

.gyro_logbtn:hover {
    color: #fff;
    background: #851821;
}

.gyro_logbtn:active {
    color: #fff;
    background: #be222f;
    box-shadow:none;
}

.gyro_find_info {
    margin-top: 20px;
    text-align: center;
    font-size: 1rem;
}

/* 아이디찾기 좌측 padding 없애기 */
.gyro_find_info ul {
    padding: 0;
}

.gyro_find_info li {
    display: inline-block;
    color: #afafaf;
}

.gyro_find_info li a
, .gyro_find_info li a:visited {
    margin: 0 20px;
    color: #afafaf;
    cursor: pointer;
}

.gyro_find_info li a:hover {
    color: #be222f;
}

