html, body
{
	height: 100%;
}

.section-header
{
	margin-top: 3rem;
	display: block;
}

.jumbotron-container
{
	margin-top: 5rem;
}

.installer-jumbotron, .loader-jumbotron, .subscriber-jumbotron
{
	color: #FFF;
	width: 25%;
	display: inline-block;

	border-radius: 1rem;

	padding-top: 5rem;
	padding-bottom: 5rem;
	padding-left: 3rem;
	padding-right: 3rem;
	margin: 1rem;
}

.installer-jumbotron, .loader-jumbotron, .subscriber-jumbotron, i
{
	font-size: 62px;
	margin-bottom: 3rem;
}

.installer-jumbotron, .loader-jumbotron, .subscriber-jumbotron, i:hover
{
	font-weight: bold;
}

{
	font-size: 62px;
	margin-bottom: 3rem;
}

.installer-jumbotron
{
	background-color: #31D492;
}

.installer-jumbotron:hover
{
	background-color: #37BC7D;
}

.loader-jumbotron
{
	background-color: #21BCFF;
}

.loader-jumbotron:hover
{
	background-color: #34A6F4;
}

.subscriber-jumbotron
{
	background-color: #FFF085;
}

.subscriber-jumbotron:hover
{
	background-color: #FFDF20;
}

.main-selection
{
	font-size: 18px;
	color: #404040;

	display: block;
}

.main-selection:hover
{
	text-decoration: none;

	color: #000;
	font-weight: bold;
}

.green-jumbotron
{
	background-color: #239B56;
	height: 100vh;
	width: 40%;

	align-item: center;
}

.login-jumbotron
{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);

	box-shadow: 5px 5px 5px 5px #566573;
	border-radius: 5px;

	padding: 20px;
	width: 50%;
}

.gsat-logo
{
	float: left;
	padding-top: 50px;
}

.gsat-logo img
{
	height: 150px;
	width: 240px;
}

.login-area
{
	display: inline-block;

	margin-left: 60px;
}

.login-area input
{
	margin-bottom: 20px;
	height: 40px;
	width: 130%;
	display: block;

	border-radius: 0;
}

.login-area button
{
	background-color: #239B56;
	color: white;
	border-color: #239B56;

	border-radius: 0;
	width: 50%;
	font-size: 16px;
}

.login-area button:hover
{
	background-color: #167740;
	color: white;
	border-color: #167740;
}

.forgot-password
{
	margin-top: 20px;
}

.forgotpassword #otp-confirmation
{
	color: #239B56;
}

.alert
{
	margin-top: 20px;
	width: 30%;
	float: right
}

#otp-confirmation input
{
	margin-bottom: 20px;
	height: 40px;
	width: 70%;
	display: block;

	border-radius: 0;
}

.loading-area
{
	background-color: #36BBA7;

	margin-top: 15rem;
	padding: 3rem;

	width: 50%;
}

.loading-area input
{
	margin-bottom: 20px;
	height: 40px;
	width: 60%;
	display: block;

	border-radius: 0;
}

.loading-area button
{
	background-color: #18786F;
	color: white;
	border-color: #18786F;

	border-radius: 0;
	width: 60%;
	font-size: 16px;
}

.loading-area button:hover
{
	background-color: #2A9689;
	color: white;
	border-color: #2A9689;
}

.outer-menu
{
	margin-top: 2rem;
	margin-bottom: 2rem;
}

#outer-buttons
{
	background-color: #16A085;
	color: #FFF;

	border-radius: 0;
	border-color: #16A085;
}

#outer-buttons:hover
{
	background-color: #117A65;
}

/*------------------------------------------------------------
					MEDIA QUERIES
--------------------------------------------------------------*/
@media(width: 1024px)
{
	.login-jumbotron
	{
		width: 70%;
	}

	.gsat-logo img
	{
		width: auto;
		margin: auto;
	}
}

@media(width: 768px)
{
	.login-jumbotron
	{
		width: 100%;
	}

	.login-area
	{
		margin-left: 50px;
	}
}

@media(max-width: 430px)
{
	.installer-jumbotron, .loader-jumbotron, .subscriber-jumbotron
	{
		display: block;

		width: 70%;
	}

	.login-jumbotron
	{
		width: 100%;
		height: 80%;
	}

	.gsat-logo
	{
		float: left;
		margin: auto;
		width: auto;
		padding: 0;
	}

	.gsat-logo img
	{
		width: 150px;
		height: 100px;
	}

	.login-area
	{
		float: none;
		margin: auto;
		width: auto;
		padding: 0;
	}

	.login-area input
	{
		width: auto;
	}

	#login-btn, .forgot-password, .loading-area
	{
		align-item: center;
	}

	.form-control
	{
		width: 100;
	}

	.loading-jumbotron .loading-area
	{
		width: 100%;
	}
}

@media(max-width: 375px)
{
	.login-jumbotron
	{
		width: 80%;
		height: 80%;
	}

	.gsat-logo
	{
		float: left;
		margin: auto;
		width: auto;
		padding: 0;
	}

	.gsat-logo img
	{
		width: 150px;
		height: 100px;
	}

	.login-area
	{
		float: none;
		margin: auto;
		width: auto;
		padding: 0;
	}

	.login-area input
	{
		width: auto;
	}

	#login-btn, .forgot-password
	{
		float: right;
	}
}

@media(max-width: 320px)
{
	.login-jumbotron
	{
		width: 100%;
		box-shadow: 0px 0px 0px 0px;
	}

	.gsat-logo
	{
		float: left;
		margin: auto;
		width: auto;
		padding: 0;
	}

	.gsat-logo img
	{
		width: 150px;
		height: 100px;
	}

	.login-area
	{
		float: none;
		margin: auto;
		width: auto;
		padding: 0;
	}

	.login-area input
	{
		width: auto;
	}

	#login-btn, .forgot-password
	{
		float: right;
	}
}