:root{
    --light-blue:#71c9f8;
    --voiceits-red:#000;
    --input-text-background-gray: #E8F0FE;
	--voiceits-black:#000;
	--white:#fff
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.alt-checkbox {
	width:18px; height:18px; 
	position:relative; float:left;
	display:inline-block;
	padding: 0;
	margin: 0 7px 0 0;
	cursor: pointer;
	line-height: 18px;
	background: transparent url(../img/custom-inputs.png) no-repeat -90px -91px;
}
.alt-checkbox:hover, .alt-checkbox:focus { 
	background: transparent url(../img/custom-inputs.png) no-repeat -72px -109px;
}
.alt-checkbox.checked {
	background: transparent url(../img/custom-inputs.png) no-repeat -36px -145px;
}
.alt-checkbox.checked:hover {
	background: transparent url(../img/custom-inputs.png) no-repeat -18px -163px;
}
.alt-checkbox-label { 
	display:inline-block; position:relative; 
	font-size:12px; color:#666; padding-left:3px; line-height:16px;
}
.auth-block .form-text, .form-textarea {
	width: 100%;
	height: 32px;
	font-weight: normal;
	padding: 0 10px;
	line-height: 32px;
	font-size: 13px;
    font-family: "Noto Sans KR", "Noto Sans KR", "apple sd gothic neo", sans-serif !important;
	background: var(--input-text-background-gray);
	border-bottom: solid 2px #D5DCE8;
	color: #aaa;
}
.auth-block  input[type=text]:focus,
.auth-block  input[type=password]:focus {
	outline: none; 
    display: flex;
    flex-direction: column;
    border-bottom: solid 2px #000;

}
.logo {
    display: block;
    width: auto;
    height: 50px;
    transform: translateZ(0px);
    backface-visibility: hidden;
	margin-bottom: 25px;
}
.card-top {
	color: #282828;
	font-size: 20px;
    font-family: "Noto Sans KR", "Noto Sans KR", "apple sd gothic neo", sans-serif !important;
	padding: 0 0 9px 0;
	margin-bottom:19px; font-weight:bold;
}

.auth-forgot { position:relative; color: var(--voiceits-red); font-weight:bold;}
.form-signup {
	color: #6D6D6D;
	font-size:12px;
    font-family: "Noto Sans KR", "Noto Sans KR", "apple sd gothic neo", sans-serif !important;
	padding: 20px 0 20px 0;
	text-align:left;
}

.form-button-default:hover {
	background: #f7f7f7;
	cursor: pointer;
}

.wrap{
    width: 100%;

 
}
.wrap .main-wrap{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: row; 
}
.left{
  width: 30%;
}
.right{
  width: 70%;
}

.right-section{
    display: flex;
    flex-direction: column;
    
    align-items: center;
    justify-content: center;
	background-color: #c9c9c9;
}

.left-msg-wrap ul{
    list-style: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.right-section ul li{
    color:white;
    font-size: 24px;

}
.right-section ul li span{
    font-weight: 800;
    font-size: 20px;
}
.right-section ul li i{
    padding-right: 15px;
}
.left-section{
    padding: 50px 6% 15px 6%;
    flex: auto;
	background: var(--white);
}


.login-form-wrap{
    display: block;
    align-items: center;
    justify-content: center;
    
    flex: auto;
 
}
.login-input-wrap{
    margin: 18px 0 0 0;
    display: flex;
    flex-direction: column;
    background: var(--input-text-background-gray);
    width: 100%;
    height: 40px;
    padding: 8px 0 0 0;
    border-radius: 2px;
}
.login-input-wrap label{
    color: #657787;
    font-size: 15px;
}
.login-input-wrap input{
    border: 0px;
    height: 29px;
    background:none ;
}
.login-btn{
    width: 100%;
    height: 40px;
    background: white;
    font-weight: 600;
    font-size: 16px;
    font-family: "Noto Sans KR", "Noto Sans KR", "apple sd gothic neo", sans-serif !important;
    border: solid 2px var(--voiceits-black);
    color : var(--voiceits-black);
}
.join-container{
    display: flex;
   
    flex-direction: column;
    
    align-items: center;
    justify-content: center;
    

}
.join-wrap{
    padding-top: 250px;
    width:100%;
    height: 330px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-evenly;
}
.join-wrap h2{
    font-size: 32px;
    font-family: "Noto Sans KR", "Noto Sans KR", "apple sd gothic neo", sans-serif !important;
    font-weight: 600;
}
.join-wrap div .material-icons-two-tone {
    font-size: 35px;    
}
.join-logo-wrap i{
    font-size: 40px;
    color: var(--voiceits-red);
    margin-bottom: 25px;
}
.login-signup-btn-wrap{
    width:100%;
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.login-signup-btn-wrap span{
    font-size: 17px;
    font-family: "Noto Sans KR", "Noto Sans KR", "apple sd gothic neo", sans-serif !important;
    font-weight: 600;
}
.login-signup-btn-wrap button{
    background: var(--voiceits-red);
    width: 100%;
    height: 40px;
    border: solid 1px var(--voiceits-red);
	font-size: 14px;
    font-family: "Noto Sans KR", "Noto Sans KR", "apple sd gothic neo", sans-serif !important;
    font-weight: 600;
    color: white;
    border-radius: 20px;
    margin-top: 15px;
	cursor: pointer;
	outline: none;

}
.login-signup-btn-wrap .signup-btn{

}
.login-signup-btn-wrap .login-btn
{
    background: white;
    border: solid 1px var(--voiceits-red);
    color: var(--voiceits-red);
}
footer{
    position: fixed;
    bottom: 0;
    height: 50px;
    width: 100%;
    background: white;
}
footer ul{
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
  
    
    height: 100%;
}
footer ul a{
    text-decoration: none;
    color: #657787;
    font-size: 14px;
}
footer ul li{
    padding-left: 20px;
}