﻿body {
	background-color: rgb(14, 144, 210);
	overflow-y:auto;
}
.login_bg {
	width: 1000px;
	margin: auto;
	position: relative;
	top: 100px;
	background-image: url('../images/Radiation/login_bg.png');
	background-repeat: no-repeat;
	overflow: hidden;
	border-radius: 20px;
}
	.login_bg .login_form {
		margin: auto;
		background-image: url('../images/login_form_bg.png');
		overflow: hidden;
	}
.login_bg .login_form .label {
	color: #000000;
}

	.login_bg .login_form .panel {
		width: 376px;
		float: right;
		padding: 40px 25px;
		background: url('/Content/images/Radiation/bg-03.png') center top no-repeat,#f2f2f2;
		background-size: 100% 60%;
		border-radius: 20px;
	}

.login_bg .login_form .title {
	height: 80px; 
	line-height: 80px; 
	text-align: center; 
	color: rgb(26, 152, 251);
}

.login_bg .login_form .input {
	
}

.login_bg .login_form input {
	width: 245px;
	height: 40px;
	font-family: inherit;
	font-weight: bold;
	font-size: 14px;
	padding: 0 10px;
	background: #fff;
	border: none;
}

	.login_bg .login_form input:focus{
		border: none;
		outline: none;
	}

.login_bg .login_form .login {
	text-align: center;
	margin-top: 50px;
}
.login_bg .login_form .login button {
	width: 100%; 
	border-radius: 10px;
}

.copyright {
	margin-top: 25px;
	color: #FFFFFF;
	padding-bottom: 20px;
	text-align: center;
}

.label_flex {
	display: flex;
	align-items: center;
	justify-content: start;
	background: #fff;
	margin: 20px 0;
	border-radius: 10px;
	width: 100%;
}

	.label_flex .icon {
		width: 20px;
		margin: 10px;
	}

.captcha {
	background: none;
	margin: 0;
}

.input_captcha {
	height: 40px;
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
	line-height: 40px;
	margin-right: 10px;
}

.captcha_img {
	height: 40px;
	border-radius: 10px;
}

.label_fgt {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px 0 50px 0;
	color: #0e90d2;
	font-size: 13px;
}

	.label_fgt .input {
		display: flex;
		align-items: center;
	}

		.label_fgt .input span {
			margin-top: -3px;
		}

	.label_fgt input[type="checkbox"] {
		width: 15px;
		height: 15px;
		margin-right: 10px;
		accent-color: #667eea;
	}

	.label_fgt a {
		cursor: pointer;
	}

.login .button {
	background: #4c34d4;
}
