@charset "utf-8";


/**********************************************/
/* Auth 공통 **********************************/
/**********************************************/
.auth {
	height: 100vh;
	background: #f7f7f7;
}
.auth .content-wrapper {
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
	padding: 3rem;
	background: #444444;
	/*border: 1px solid #dddddd;*/
	border-radius: 15px;
}
.auth .content-wrapper .content-head h1 {
	color: #fce607;
	font-weight: bold;
}
.auth .content-wrapper .content-head img {
	max-width: 250px;
	text-align: center;
}
.auth .content-wrapper .content-head p {
	font-size: 1rem;
}

.auth .content-wrapper .content-body {
	margin-top: 2rem;
}
.auth .form-group {
	width: 100%;
	margin-top: 1rem;
}
.auth .form-control {
	border: 1px solid #666666;
	background: #555555;
	/*border-radius: 0;*/
	color: #ffffff;
}
.auth .form-control:focus {
	border: 1px solid #fce607;
}
.auth .nice-select {
	border-color: #666666;
	background: #555555;
	color: #aaaaaa;
}
.auth .nice-select:active, .auth .nice-select.open, .auth .nice-select:focus {
	border-color: #fce607;
}
.auth .nice-select {
	width: 100%;
}
.auth .nice-select .list {
	width: 100%;
}

@media screen and (max-width: 768px) {
	.auth.admin .content-wrapper {
		padding: 2rem;
	}
}


/**********************************************/
/* Auth - 사용자 회원가입  ********************/
/**********************************************/


/**********************************************/
/* Auth - 사용자 로그인 ***********************/
/**********************************************/


/**********************************************/
/* Auth - 사용자 아이디 찾기 ******************/
/**********************************************/


/**********************************************/
/* Auth - 사용자 아이디 찾기 결과 *************/
/**********************************************/


/**********************************************/
/* Auth - 사용자 비밀번호 찾기 ****************/
/**********************************************/


/**********************************************/
/* Auth - 사용자 비밀번호 찾기 결과 ***********/
/**********************************************/


/**********************************************/
/* Auth - 관리자 로그인 ***********************/
/**********************************************/
.auth.admin {
	height: 100vh;
	background: #333333;
}
.auth.admin .container {
	top: 50%;
	transform: translateY(-50%);
}
.auth.admin .copyright {
	margin-top: 1rem;
	color: #aaaaaa;
}

/**********************************************/
/* Auth - 파트너 로그인 ***********************/
/**********************************************/
