/*!
Theme Name: PhranakornSoft Themes for Hello Elementor Child
Theme URI: https://www.phranakornsoft.com/
Author: PhranakornSoft
Author URI: https://www.phranakornsoft.com
Template: hello-elementor
Description: PhranakornSoft Themes for Elementor Child Themes
Version: 1.0.3
*/

.container{
	padding: 80px 0px 80px 80px;
	width: 100%;
	color: var(--tutor-body-color);
	background-image: url('/wp-content/themes/phranakornsoft-themes-for-hello-elementor-child/asset/images/Login-bg.png');
}
@media (max-width: 1200px){
	.container{
		padding: 80px 80px 80px 80px;
	}
}
@media (max-width: 767px){
	.container{
		padding: 60px 20px 80px 20px;
	}
}

.logo-login{
	margin: 0 auto 30px;
	width: fit-content;
}

.boxFormLogin{
	display: flex;
    flex-direction: column;
    gap: 34px;
	background-color: #fff;
	border-radius: 10px;
    max-width: 500px;
    margin: 0 auto;
    padding: 24px 25px 50px 25px;;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.10);
}

.login-title{
	color: #17C45D;
	text-align: center;
	font-family: "Sukhumvit Set";
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

#form_login{
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.label-input{
	color: #000;
	font-family: "Sukhumvit Set";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.input-login{
	display: flex;
	height: 63px;
	padding: 19px 15px !important;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 10px !important;
	border: 1px solid #A2A2A2 !important;
	background: #FFF;
}

.btn-login{
	width: 100%;
	height: 56px;
	background: #17C45D;
	border-radius: 10px;
	border-color: #17C45D;
	color: #FFF;
	font-family: "Sukhumvit Set";
}

.btn-login:hover{
	background-color: #27573D;
	border-color: #27573D;
}

.input-with-icon{
	position: relative;
}

.icon-input{
	cursor: pointer;
	position: absolute;
    top: 21px;
    right: 10px;
}

.hidden{
	display: none !important;
}