@charset "utf-8";
/* CSS Document */

body {
	color: #999;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	font-family: 'Raleway', sans-serif;
	width: 100%;
}
.wrapper {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d43f8d+0,0250c5+100 */
background: #d43f8d; /* Old browsers */
background: -moz-linear-gradient(top,  #d43f8d 0%, #0250c5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #d43f8d 0%,#0250c5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #d43f8d 0%,#0250c5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d43f8d', endColorstr='#0250c5',GradientType=0 ); /* IE6-9 */

	box-sizing: border-box;
	width: 100%;
	min-height: 100vh;
	padding: 15px;
	position: relative;
	z-index: 1;
}
.wrapper::before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url('../images/img-01.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
div#Panel3 {
        position: absolute !important;
    top: 223px !important;
    left: 44px !important;
    margin-top: 0px !important;
    /* display: none; */
    width: 362px !important;
}
.login_content {
	    background: #fff;
    border-radius: 3px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 50px;
    width:450px;
    /* max-width: 450px; */
    overflow: hidden;
    min-height: 500px;
    position: relative;
    /* left: 27%; */
}
.login_pic {
	border: 2px solid #d33f8d;
	border-radius: 50%;
	box-sizing: border-box;
	height: 230px;
	margin: 0 auto 30px;
	width: 230px;
	overflow: hidden;
	text-align: center;
}
.login_pic img {
	vertical-align: top;
	width: 178px;
	margin-top: 37px;
	
	
}
.login_hd {
	color: #333;
	font-size: 30px;
	line-height: 36px;
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 30px;
}
.login_hd2025 {
	color: #333;
	font-size: 35px;
	line-height: 0px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 30px;
}
.login_field {
	position: relative;
	margin: 1px 0 20px;
	width: 100%;
}
.login_field .fa {
	color: #999;
	font-size: 18px;
	line-height: 20px;
	height: 40%;
	position: absolute;
	top: 0;
	left: 20px;
	bottom: 0;
	margin: 20px 0 0 0;
	width: 20px;
	text-align: center;
}
.login_field input[type="text"], 
.login_field input[type="tel"], 
.login_field input[type="password"], 
.login_field input[type="email"] {
	background: #e6e6e6;
	color: #686868;
	border: none;
	border-radius: 3px;
	box-sizing: border-box;
	display: block;
	height: 60px;
	font-size: 18px;
	line-height: 24px;
	margin: 0;
	padding: 0 20px 0 50px;
	width: 100%;	
}
.login_cb {
	-webkit-appearance: none;
	background-color: #fff;
	border: 2px solid #d33f8d;
	padding: 8px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
	margin: 0 7px 0 0;
	vertical-align: top;
}
.login_cb:checked {
	background-color: #fff;
	border: 2px solid #d33f8d;
	color: #d33f8d;
}
.login_cb:checked::after {
	content: '\2714';
	font-size: 15px;
	position: absolute;
	top: -2px;
	left: 3px;
	color: #d33f8d;
}
.log_cb label {
	font-size: 16px;
	line-height: 20px;
	display: inline-block;
	padding: 2px 0 0;
	color: #999;
}
.login_btn {
	background: #d33f8d;
	color: #fff;
	border: none;
	border-radius: 3px;
	display: block;
	height: 60px;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	padding: 0 20px;
	width: 100%;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
}
.login_btn:hover {
	background: #333;
	color: #fff;
	border: none;
	text-decoration: none;
}
.login_text {
	color: #999;
	font-size: 14px;
	line-height: 20px;
	margin: 60px 0 0;
	width: 100%;
	text-align: center;
}
.login_text a {
	color: #999;
	text-decoration: underline;
}
.login_text a:hover {
	color: #d33f8d;
	text-decoration: underline;
}

