body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
}

/* LOGIN START*/
input[type="checkbox"],
input[type="radio"] {
	height: 18px;
	width: 18px;
}

.content {
	padding: 7rem 0;
}

.contents img {
	/*margin-bottom: 50px;*/
}

.half,
.half .container>.row {
	/*height: 100vh;*/
	min-height: 700px;
}

@media (max-width: 991.98px) {
	.half .bg {
		height: none;
	}
}

/*.half .contents {
	background: #fff;
}*/
.half .contents {
    padding: 30px 0;
}

.half .contents,
.half .bg {
	width: 50%;
}

@media (max-width: 1199.98px) {

	.half .contents,
	.half .bg {
		width: 100%;
	}
}

.half .contents .form-control,
.half .bg .form-control {
	border: none;
	height: 54px;
	padding-left: 0;
	border-bottom: 1px solid #e9e9f0;
	border-radius: 0
}

.half .contents .form-control:active,
.half .contents .form-control:focus,
.half .bg .form-control:active,
.half .bg .form-control:focus {
	outline: none;
	border-bottom: 1px solid #002559;
}


.half .bg {
	background-size: cover;
	background-position: center;
	;
}

.half a {
	color: #43425D;
	text-decoration: none;
	font-weight: 500;
}

.half a:hover {
	color: #002559;
	text-decoration: none;
	text-decoration: underline;
}


.half .btn {
	height: 50px;
	padding-left: 70px;
	padding-right: 70px;
	background: #002559;
	border: 0;
	border-radius: 4px;
	margin-top: 30px
}

.half .btn:hover {
	background: #0b3957;
}

.half .forgot-pass {
	position: relative;
	top: 2px;
	font-size: 14px;
	font-weight: 500;
}

.caption {
	font-weight: 500;
}

.half .contents form {
    padding: 0 20px;
    margin: 20px 0 0;
}
/* LOGIN END */