/*-----------------------------------------------------------------------*/
.login-logo{

}
.login-logo img{
	width: 200px;
	pointer-events: none;
}
main > div{
	max-width: 370px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
/*-----------------------------------------------------------------------*/
.vuz-logo{
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 40px;
	padding: 15px;
	width: 100%;
	box-sizing: border-box;
	border: #e7e7e7 1px solid;
	border-radius: 5px;
}
.vuz-logo img{
	margin-right: 10px;
	height: 30px;
}
.vuz-name{
	font-weight: 500;
}
/*-----------------------------------------------------------------------*/
.input{
	margin-top: 20px;
	width: 100%;
}
.login input, .login select {
    width: 100%;
    display: block;
    padding: 15px;
    border-radius: 5px;
    border: #e7e7e7 1px solid;
    outline: none;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    box-sizing: border-box; 
}

.btnContainer{
	margin-top: 20px;
	width: 100%;
}
.btnContainer .btn{
	width: 100%;
	box-sizing: border-box;
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
/*-----------------------------------------------------------------------*/
.input{
	position: relative;
}
.input .icon{
	position: absolute;
    width: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 14px;
    left: 0px;
    top: 0px;
    padding-left: 3px;
    box-sizing: border-box;
    pointer-events: none;
}
.input input, .input select{
	padding-left: 40px;
}
/*-----------------------------------------------------------------------*/
.inputRight .iconRight{
	position: absolute;
    width: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 14px;
    right: 0px;
    top: 0px;
    padding-right: 3px;
    box-sizing: border-box;
    cursor: pointer;
    color: gray;
}
.inputRight .iconRight:hover{
	color: black;
}

.inputRight input, .inputRight select{
	padding-right: 40px;
}

.vuz-text{
	margin-top: 20px;
	text-align: center;
}
.disabled{
	display: none;
}
/*-----------------------------------------------------------------------*/
.pickLanguage{

}
.pickLanguage a{
	cursor: pointer;
	color: black;
}
.pickLanguage a:first-child{
	margin-right: 20px;
}
.pickLanguage a:hover{
	text-decoration: underline;
}
/*-----------------------------------------------------------------------*/
.faq{

}
.faq a{
	cursor: pointer;
	color: black;
}
.faq a:hover{
	text-decoration: underline;
}
/*-----------------------------------------------------------------------*/