html,
body {
	margin: 0;
	padding: 0;
	height: 100vh;
	width: 100%;
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #888;
	line-height: 30px;
	background-image: url(../../images/login/login_bg.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
}

strong {
	font-weight: 500;
}

a,
a:hover,
a:focus {
	color: #19b9e7;
	text-decoration: none;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}

h1,
h2 {
	font-size: 40px;
	font-weight: 100;
	color: rgba(33, 33, 33, 1);
	line-height: 60px;
}

h3 {
	font-size: 22px;
	font-weight: 300;
	color: #555;
	line-height: 30px;
}

/***** Top content *****/

.logo {
	width: 190px;
	margin-bottom: 45px;
}

.inner-bg {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
}

.text {
	color: #fff;
	width: 552px;
}

.text h1 {
	color: rgba(33, 33, 33, 1);
	width: 552px;
}

.description {
	margin-top: 32px;
}

.descItem {
	font-weight: 400;
	font-size: 20px;
	color: #666666;
	line-height: 30px;
	text-align: left;
}

.descItem+.descItem {
	margin-top: 48px;
}

.descItem img {
	width: 16px;
	height: 12px;
	margin-right: 8px;
}

.form-box {
	width: 560px;
	height: 800px;
	background: #FFFFFF;
	border-radius: 16px;
	margin-left: 128px;
	padding: 67px 100px;
	box-sizing: border-box;
}

.form-top {
	text-align: center;
}

.form-logo {
	width: 52px;
	height: 58px;
	margin-bottom: 24px;
}

.form-top-desc {
	font-weight: bold;
	font-size: 20px;
	color: #212121;
	line-height: 30px;
	margin-bottom: 32px;
}

.form-other {
	width: 360px;
	height: 56px;
	background: #416FF4;
	border-radius: 8px;
	display: flex;
	align-items: center;
	margin: 0 auto;
	margin-bottom: 32px;
	cursor: pointer;
}

.form-other:hover {
	background: #2756DE;
}

.google {
	width: 42px;
	height: 42px;
	background: #FFFFFF;
	box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	margin-left: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.google img {
	width: 24px;
	height: 24px;
}

.other-desc {
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	width: calc(100% - 50px);
}

.or {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 35px;
}

.line {
	width: 64px;
	height: 2px;
	background: #E5EAF4;
}

.or-desc {
	font-weight: 500;
	font-size: 16px;
	color: #183B56;
	line-height: 19px
}

.form-bottom {
	text-align: left;
}

.form-group-label {
	font-weight: 500;
	font-size: 16px;
	color: #5A7184;
	line-height: 19px;
	margin-bottom: 15px;
}

.form-control {
	width: 360px;
	height: 56px;
	background: #FFFFFF;
	border-radius: 8px;
	border: 1px solid #C3CAD9;
}

.form-control:focus,
.form-control:hover {
	border: 1px solid #ADBAD7;
	box-shadow: none;
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	font-weight: 500;
	font-size: 16px;
	color: #959EAD;
}

::-moz-placeholder {
	/* Firefox 19+ */
	font-weight: 500;
	font-size: 16px;
	color: #959EAD;
}

:-ms-input-placeholder {
	/* IE 10+ */
	font-weight: 500;
	font-size: 16px;
	color: #959EAD;
}

:-moz-placeholder {
	/* Firefox 18- */
	font-weight: 500;
	font-size: 16px;
	color: #959EAD;
}

.form-group-check {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.keep-login {
	font-weight: 500;
	font-size: 14px;
	color: #5A7184;
	line-height: 20px;
	display: flex;
	align-items: center;
}

.keep-login div {
	margin-left: 10px;
}

.forgot-password {
	font-weight: 500;
	font-size: 14px;
	color: #416FF4;
	line-height: 20px;
	cursor: pointer;
}

.form-group {
	margin-bottom: 24px;
}

.btn {
	width: 360px;
	height: 56px;
	background: #416FF4;
	border-radius: 8px;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	margin-bottom: 24px;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus {
	background: #2756DE;
	color: #FFFFFF;
	outline: none;
	box-shadow: none;
	border: 0;
	outline-offset: 0;

}

.foot {
	display: flex;
}

.foot-desc {
	font-weight: 500;
	font-size: 14px;
	color: #5A7184;
	line-height: 20px;
}

.foot-link {
	font-weight: bold;
	font-size: 14px;
	color: #416FF4;
	line-height: 20px;
	margin-left: 17px;
	cursor: pointer;
}

/* .form-bottom form .input-error {
	border-color: #19b9e7;
} */


/***** Media queries *****/

@media (max-width: 767px) {

	.inner-bg {
		width: 100%;
		padding: 60px 10px 110px 10px;
	}

	.text {
		width: 100%;
		padding-top: 0;
		padding-bottom: 60px;
		display: none;
	}

	.form-box {
		width: 100%;
		margin-left: 0;
		padding: 100px 10px;
	}

	.form-control,
	.btn {
		width: 100%;
	}

	.text h1 {
		width: 100%;
	}
}

@media (max-width: 415px) {

	h1,
	h2 {
		font-size: 32px;
	}

}