@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
.clear{clear: both;}
.clear.height10{height: 10px;}
.clear.height20{height: 20px;}
.clear.height30{height: 30px;}
.clear.height50{height: 50px;}
.clear.border1{
    border-top: 1px solid #dedede;
    margin: 15px 0px;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
 }
.clearfix { display: inline-block; }
.clearfix { display: block; }
a:hover{text-decoration: none !important;}
a:link{ text-decoration: none;}
html,body{
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
}
input, button{
	font-family: 'Roboto', sans-serif !important;
}
.alert-danger{
	color: #F00;
	font-style: italic;
	font-size: 0.9rem;
}
/*---------------- login -------------------- */
.login_section{
	width: 100%;
	height: 100vh;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.login_section .box_form{
	width: 700px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.login_section .box_form .left{
	width: 60%;
}
.login_section .box_form .right{
	width: 40%;
	display: inline-flex;
	flex-direction: column;
}
.login_section .box_form .right h1{
	font-size: 1.3rem;
	text-transform: uppercase;
	text-align: center;
}
.login_section .box_form .left img{
	width: 90%;
}
.login_section .box_form .input_group{
	margin: 1rem 0;
}
.login_section .box_form .input_group input{
	width: 100%;
	border: 1px solid #ddd;
	height: 35px;
	border-radius: 5px;
	text-indent: 10px;
	outline: none;
	padding: 0px;
}
.login_section .box_form button{
	background-color: #9B2927;
	color: #FFF;
	outline: none;
	display: block;
	width: 100%;
	padding: 12px 0px;
	cursor: pointer;
	border: none;
	border-radius: 5px;
	font-weight: 500;
}
.login_section .support_box{
	text-align: center;
	font-weight: 500;
}
.login_section .box_form .tel{
	color: #9B2927;
	font-size: 1.1rem;
}