﻿body {
	background-image: url("../images/login-bkgd.png") !important;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #ffffff;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/*	margin-bottom: 0;*/
	margin-top:0;
	margin-bottom: 0; /* Sticky footer style */
}

.vertical-center
{
	min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
	min-height: 100vh; /* These two lines are counted as one :-)       */

	display: flex;
	align-items: center;
}

.form-signin {
	width: 300px;
	padding: 15px;
	margin: 0 auto;
	margin-bottom: 50px;
}

.form-register {
	width: 630px;
	padding: 15px;
	margin: 0 auto;
	margin-bottom: 50px;
}

.form-register-left, .form-register-right
{
	width: 300px;
	padding: 15px;
	margin: 0 auto;
}

.form-register-left
{
	width: 300px;
	padding-right: 25px;
	padding-left: 0px;
}

.form-register .begin-section
{
	margin-top: 40px;
}

.form-register a.cancel{
	color: white;
}

@media (max-width: 991px)
{
	.form-register {
		width: 700px;
	}
}

img.login-logo
{
	margin: 0 0 120px 0;
}

.control-label
{
	color: #ffffff;
	font-size: 12px;
}

#login-ship-assignment .control-label
{
    color: #042557;
}

a,
a:hover,
a:focus,
a:active
{
	color: #ffffff;
	text-decoration:underline;
	display: block;
	margin: 5px 0;
}

div.login-control
{
	margin-bottom: 20px;
}

h1
{
	color: #d91e40;
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 30px;
	text-transform: none;
	font-weight: bold;
}

h2
{
	color: #042557;
	font-size: 16px;
	font-weight: bold;
}

@media (max-width: 1339px) {
	body {
		background-position: right top;
	}
}

@media (max-width: 991px) {
	img.login-logo
	{
		margin: 0 0 80px 0;
	}
}

/* do this on small screens */
@media (max-width: 768px) {
	.form-signin {
		max-width: 300px;
		width: 100% !important;
	}

	.form-register {
		max-width: 700px;
		width: 100% !important;
	}

	img.login-logo
	{
		margin: 0 0 50px 0;
	}
}

/* start modal styles */

@media (min-width: 768px) 
{
	.modal-dialog {
		width: 400px;
		margin: 30px auto;
	}
}

.modal-title
{
	color: #042557;
	font-size: 20px;
}
/* end modal styles */