﻿@charset "utf-8";

/* CSS Document */

/*2025.9.29*/

.box1 {
	overflow: hidden;
	background: url(../../images/loginbg.jpg) no-repeat center center;
}
html,body,.box1{
	height: 100%;
	width: 100%;
	
}

.top1{
	padding-top: 20px;
	
}

.login-box{
	background: #fff;
	max-width: 570px;
	padding: 50px;
	border-radius: 15px;
	margin: auto;
	margin-top: 100px;
}
.login-box h5{
	font-size: 26px;
	font-weight: bold;
	color: #333;
	text-align: center;
}
form{
	margin-top: 55px;
}
form .form-group {
	background: #f5f5f5;
	border-radius: 30px;
	margin-bottom: 35px;
	
}
form .form-group input{
	border: none;
	background: none !important;
	line-height: 60px;
	padding: 0;
}



.button1{
	margin: 50px 0 20px;
	
}
.button1 button{
	font-size: 24px;
	font-weight: bold;
	color: #fff !important;
	border-radius: 35px;
	width: 100%;
	line-height: 63px;
	padding: 0;
	background: linear-gradient(to bottom, #2a6ff9, #4843e3, #6021d2);
}


.have{
	font-size: 16px;
	color: #333;
	text-align: center;
	/*font-weight: bold;*/
}
.have a{
	color: #5b43df;
}


























.footer1{
	position: absolute;
	left: 0px;
	bottom: 15px;
	width: 100%;
	
}
.footer1 p{
	text-align: center;
	color: rgba(255,255,255,0.35);
	margin-bottom: 0;
}














