html{
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
}
body{
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	font-family: SF Display;
	background-color: white;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans",
    "Droid Sans", "Helvetica Neue", sans-serif;
	font-size: 13px;
}
#main_page{
	width: 100%;
	height: 100%;
}
.login_table{
	width: 100%;
	height: 100%;
	
}
.login_left{
	width:50%;
	height:100%;
	background: #FFFFFF url('../images/login_bg.png') left top no-repeat padding-box;
	background-size: 100% 100%;
	
}
.login_right{
	width:50%;
	height:100%;
	background-color: #ffffff;
}
.clear{
	clear: both;
}

.img_dots{
	position: fixed;
	top: 40px;
	left: 0px;
	width: 56px;
	height: 290px;
	object-fit: contain;
}
.img_e{
	position: fixed;
	bottom: 0px;
	right: calc(50% + 40px);
	width: 232px;
	height: 215px;
	object-fit: contain;
}
.login_description{
	width: 100%;
	max-width: 335px;
	margin: auto;
}
.logo{
	margin-top: 39px;
	width: 133px;
	height: 48px;
	object-fit: contain;	
}
.login_desc{
	margin-top: 16px;
	width: 100%;
	max-width: 335px;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.25;
	letter-spacing: -0.4px;
	color: #000000;
}
.login_desc_points{
	margin-top: 31px;
}
.start_check{
	width: 20px;
	height: 20px;
	object-fit: contain;	
}
.login_desc_points td:nth-child(2){
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: -0.3px;
	color: #212629;
	
	
}

.copyrights{
	width: 100%;
	max-width: 335px;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.43;
	letter-spacing: 0.2px;
	text-align: center;
	color: #637381;
	position: absolute;
	bottom: 40px;
}

#login{
	width: 335px;
	margin: auto;
}
.usr_title{
	width: 100%;
	float: left;
	margin-bottom: 4px;
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.43;
	letter-spacing: -0.2px;
	color: #586470;
}
.pass_title{
	width: 100%;
	float: left;
	margin-top: 12px;
	margin-bottom: 4px;
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.43;
	letter-spacing: -0.2px;
	color: #586470;
}
.sec_title{
	width: 100%;
	float: left;
	margin-top: 12px;
	margin-bottom: 4px;
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.43;
	letter-spacing: -0.2px;
	color: #586470;
}

#username{
	width: calc(100% - 25px);
	height: 35px;
	border-radius: 3px;
	background-color: #ffffff;
	border: solid 1px #bdc0ca;
	float: left;
	text-align: left;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.43;
	letter-spacing: 0.2px;
	color: #0c0e10;
}
#password{
	width: calc(100% - 25px);
	height: 35px;
	border-radius: 3px;
	background-color: #ffffff;
	border: solid 1px #bdc0ca;
	float: left;
	text-align: left;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.43;
	letter-spacing: 0.2px;
	color: #0c0e10;
}
.remember_me{
	width: calc(100% - 25px);
	float: left;
	margin-top: 18px;
}
#remember{
	float: left;
	display: none;
}
.remember_me span{
	height: 14px;
	width: 14px;
	border: 1px solid grey;
	background-color: white;
	border-radius: 3px;
	display: inline-block;
	position: relative;
	float: left;
}
[type=checkbox]:checked + span:before {
	content:url('../images/icons/icons/checkbox-on.png');
	position: absolute;
	top: -5px;
	left: -5px;
}
.remember_me_text{
	font-size: 14px;
	line-height: 1.29;
	color: #0c0e10;
	margin-left: 7px;
	float: left;
}
.security_code{
	float: left;
}
#code{
	width: calc(100% - 25px);
	height: 35px;
	border-radius: 3px;
	background-color: #ffffff;
	border: solid 1px #bdc0ca;
	float: left;
	margin-top: 16px;
	text-align: left;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.43;
	letter-spacing: 0.2px;
	color: #0c0e10;
}
#submit{
	width: 100%;
	height: 36px;
	margin-top: 16px;
	border-radius: 4px;
	background-color: #3a67d8;
	border: solid 1px #1541b0;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.43;
	color: #ffffff;
	cursor: pointer;
	letter-spacing: 0.5px;
}
#submit:hover{
	opacity: 0.8;
}
#username:focus,#password:focus,#code:focus{
	background-color: #ffffff;
	box-shadow: 0 0 0 2px #e0ebfe, inset 0 1px 1px 0 rgba(0, 0, 0, 0.2);
	border: solid 1px #4285f4;
	color: rgba(0, 0, 0, 0.87);
}
.error{
	border: solid 1px #de3617 !important;
	background-color: #fbeae5 !important;
}
.username_error_box,.password_error_box,.security_error_box{
	float: left;
	display: none;
	width: 100%;
	margin-top: 4px;
	font-size: 13px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.43;
	letter-spacing: 0.1px;
	color: #bf0711;
}
.security_code_box{
	width: 100%;
	float: left;
}
