﻿@charset "utf-8";
/* CSS Document */

body {
	background-color: #ccc /*#f4f5f8*/;
	color: #000;
	font-family: 'Nunito', sans-serif;
}


html,
body {
  height: 100%;
}

a {
	color: #1f5aa0;
}

.login-main {
    height: 100vh;
    min-height: 700px;	
}

.left {
	background-color: #fff;
	position: relative;
}

.form-floating > label {
    left: 40px;
}




.right {
	background-color: #ccc;
	/*background-image: url("https://picsum.photos/1200/800"); */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}

.form-container {
	position: relative;
}
.form-logo {
	padding: 3em 1em 0 1em;
}
.form-logo .logo {
	xheight: 150px;
	max-height: 150px;
	max-width: 100%;
}
.login-panel {
padding: 0 15px;
max-width: 400px;
width: 100%;
text-align: center;
z-index: 110;
margin: auto;
}

.login-panel .form-control {
	background-color: #f3f4f8;
	border: none;
	border-radius: 0px;
	color: #7f7f7f;
}
.login-panel .btn {
	background-color: #1f5aa0;
	border: none;
	border-radius: 0px;
	color: #fff;
	margin-top: 15px;
	padding-top: .75em;
	padding-bottom: .75em;
	font-size: 22px;
	width: 100%;
}
.form-links {
	margin: 1em 0;
}
.form-links a {
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	margin: 1em 0;
	text-decoration: none;
}
.form-links .create {
	color: #1f5aa0;
}
.form-links .forgot {
	color: #7d7d7d;
}

.form-footer {
width: 100%;
font-size: 16px;
margin-bottom: 25px;
text-align: center;
}



@media(max-width: 767px) {
	.form-container {min-height: 800px;}
	
	.login-main {
		background-image: url("/images/login-backgrounds/login-slide1.jpg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.left {
		background-color: rgba(255,255,255,.85);
	}
	
	.form-footer {
    position: relative;
		
	}
}