﻿body {
	background-color: #223e72 !important;
}

.login-form-container {
	margin-top: 100px !important;
	width: 450px !important;
	line-height: 1rem;
}

.invisible {
	opacity: 0;
}

.cloud-top,
.cloud-bottom {
	width: 330px !important;
	z-index: -100 !important;
	width: auto !important;
	height: auto !important;
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.cloud-top {
	max-width: 330px !important;
	max-height: 114px !important;
}

.cloud-bottom {
	max-width: 330px !important;
	max-height: 76.7px !important;
}

.login-form {
	border-radius: .8rem !important;
	margin-bottom: -0.25rem;
	margin-top: -0.2rem;
	width: 100%;
	z-index: 100;
}

	.login-form input,
	.login-form button {
		width: 285px !important;
	}
