/* login */

#body-login {
	background: url(../assets/img/login-bg.jpg) no-repeat top;
	background-size: cover;
	overflow: hidden;
}

#login-container {
	height: 100vh;
	overflow: auto;
}

.login-section {
	align-items: stretch;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: auto;
	max-width: 388px;
	min-height: 100%;
	padding: 40px 24px;
	vertical-align: middle;
	width: 100%;
}

.login-logo {
	background: url(../assets/img/login-logo.png) no-repeat;
	height: 0;
	overflow: hidden;
	margin: 0 auto 40px;
	padding-top: 32px;
	width: 125px;
}

.login-section h2 {
	color: #fff;
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 40px;
	text-align: center;
}

.login-section form h3 {
	font-size: 19px;
	line-height: 19px;
	margin-top: -8px;
}

.login-input-wrap {
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 16px;
	position: relative;
}

.login-input-wrap label:not(.radio) {
	left: -8px;
	line-height: 42px;
	position: absolute;
	transform: translateX(-100%);
}

.login-input-wrap .radio {
	align-items: center;
	display: flex;
	height: 42px;
	justify-content: flex-end;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.login-input-wrap .radio input[type=radio] + span {
	position: relative;
}

.login-input-wrap .radio input[type=radio] + span::before {
	border-color: #d5d5d5;
	padding: 0;
}

.login-input-wrap .radio input[type=radio]:checked + span::before {
	background: #ff9901;
	border: none;
}

.login-input-wrap .radio input[type=radio]:checked + span::after {
	border: 1px solid #fff;
	border-style: none none solid solid;
	content: '';
	height: 4px;
	left: 1px;
	position: absolute;
	transform: rotate(-45deg) scale(.5);
	top: 4px;
	width: 10px;
}

.login-input-wrap i {
	color: #055fa5;
	font-size: 20px;
	left: 20px;
	position: absolute;
	top: 10px;
	transform: translateX(-50%);
}

.login-input-wrap input {
	box-sizing: border-box;
	font-size: 14px;
	height: 42px;
	padding: 0 8px;
	width: 100%;
}

.login-input-wrap select {
	box-sizing: border-box;
	font-size: 14px;
	height: 42px;
	padding: 0 4px;
	width: 100%;
}

.login-input-wrap i + input {
	padding-left: 40px;
}

.login-input-wrap dd {
	font-family: RobotoCondensed-Bold, RobotoCondensed;
	font-size: 16px;
	line-height: 19px;
	margin-top: 6px;
}

.login-captcha {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}

.login-captcha .captcha {
	flex-shrink: 0;
}

.login-captcha input {
	flex-grow: 1;
	width: auto;
}

.login-captcha .captcha img {
	display: block;
	height: 42px;
	width: 112px;
}

.login-captcha .captcha + button {
	margin-left: 12px;
}

.login-section .actions {
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	line-height: 16px;
	justify-content: space-between;
}

.login-section .actions a {
	color: #fff;
}

.login-section button {
	background: linear-gradient(180deg, #0c98d1 0%, #055fa5 100%);
	font-size: 18px;
	height: 42px;
}

.login-section .transparent-button {
	background: transparent;
	height: auto;
	padding: 0;
	width: auto;
}

.login-section .actions button {
	height: 50px;
	margin-top: 16px;
	width: 100%;
}

.login-section .file-upload button {
	border-radius: 0;
	width: 100px;
}

.login-section .preview {
	margin-top: 8px;
}

#bind-account .account-info {
	align-items: center;
	color: #fff;
	display: flex;
	margin-bottom: 32px;
}

#bind-account .account-info .avatar {
	background: #f0f0f0;
	border-radius: 8px;
	flex-shrink: 0;
	height: 66px;
	width: 66px;
}

#bind-account .account-info .avatar img {
	border-radius: 8px;
	height: 66px;
	width: 66px;
}

#bind-account .account-info .content {
	font-size: 16px;
	line-height: 19px;
	margin-left: 8px;
}

#bind-account .account-info .title {
	font-size: 23px;
	line-height: 27px;
	margin-bottom: 4px;
}

#bind-account .actions {
	font-family: RobotoCondensed-Bold, RobotoCondensed;
	font-size: 16px;
	line-height: 19px;
	margin-top: 8px;
}

#login .others  {
	margin-top: 8px;
}

#login .others .title {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 14px;
	line-height: 16px;
}

#login .others .title::before,
#login .others .title::after {
	background: rgba(255, 255, 255, .3);
	content: '';
	flex-grow: 1;
	height: 2px;
}

#login .others .title::before {
	margin-right: 10px;
}

#login .others .title::after {
	margin-left: 10px;
}

#login .others ul {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 22px;
	margin-left: -16px;
}

#login .others li {
	font-size: 28px;
	margin: 0 0 16px 16px;
}

#login .others a {
	color: #fff;
}

/* media query */

@media screen and (max-width: 1240px) {
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 768px) {
	.login-input-wrap label {
		position: static;
		transform: none;
		width: 100%;
	}
}
