/***  重置样式 **/
.hidden {
	display: none
}

.posr {
	position: relative;
}

.posa {
	position: absolute;
}

.color-red {
	color: red
}

.container {
	padding: 0
}

.login-content {
	margin: 0 auto;
}

.login-form {
	padding: 30px 10px 20px;
}

.form-control {
	display: inline-block;
    width: 62%;
    box-sizing: border-box;
    border: 0;
}

.form-group {
	border-bottom: 1px solid #e6edff;
}

.form-group label img {
	width: 25px;
	margin-right: 5px;
}

.login-form label {
	letter-spacing: 10px;
	color: #000;
	width: 36%;
	padding-left: 10px;
	box-sizing: border-box;
	text-align: left;
}

.login-header-img {
	width: 100%
}

.login-header-img img {
	width: 100%
}

.btn-success {
	background-color: #eb3f3f;
	border-color: #eb3f3f;
}

.btn-success:hover {
	color: #fff;
	background-color: #de3939;
	border-color: #de3939;
}

.btn-success:not (:disabled ):not (.disabled ).active, .btn-success:not
	(:disabled ):not (.disabled ):active, .show>.btn-success.dropdown-toggle
	{
	color: #fff;
	background-color: #eb3f3f;
	border-color: #eb3f3f;
}

.login-form .btn {
	font-size: 18px;
	margin-top: 5vh;
}

.font-18 {
	font-size: 18px;
}

.font-19 {
	font-size: 19px;
}

.margin-top-5 {
	margin-top: 5px;
}

/** 授权登录 */
.sufee-cancel {
	width: 40% !important;
	font-size: 18px;
	border-radius: 41px;
	padding: 10px !important;
	margin-right: 10px;
}

.sufee-success {
	width: 40% !important;
	font-size: 18px;
	border-radius: 41px;
	padding: 10px !important;
	margin-left: 10px;
}

.sufee-grant .login-content {
	width: 90%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	height: 500px;
}

.sufee-login .login-form {
	padding: 0px 0px 20px;
	border-radius: 9px;
	text-align: center;
}

.btn-cancle {
	color: #fff;
	background-color: #e6e6e6;
	border-color: #e6e6e6;
}

.btn-cancle:hover {
	color: #fff;
	background-color: #b4b4b4;
	border-color: #b4b4b4;
}

.btn-cancle:focus, .btn-cancle.focus {
	box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-cancle.disabled, .btn-cancle:disabled {
	color: #fff;
	background-color: #e6e6e6;
	border-color: #e6e6e6;
}

.btn-cancle:not (:disabled ):not (.disabled ):active, .btn-cancle:not (:disabled
	):not (.disabled ).active, .show>.btn-cancle.dropdown-toggle {
	color: #fff;
	background-color: #e6e6e6;
	border-color: #e6e6e6;
}

.btn-cancle:not (:disabled ):not (.disabled ):active:focus, .btn-cancle:not
	(:disabled ):not (.disabled ).active:focus, .show>.btn-cancle.dropdown-toggle:focus
	{
	box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.code-img{
	display: inline-block;
    width: 21%;
    position: absolute;
    top: 0;
    right: 5px;
}

/* @media (min-width: 768px) {
    .container {
      max-width: 720px;
    }
  } */