body
{
	background-color: #f0f0f0;
}


.col-centered
{
	float: none;
    margin: 0 auto;
}


.login-option-bg
{
	position: relative;
}

.main-logo
{
	margin: 0px auto;
	display: block;
	width: 260px;
	height: auto;
	padding: 20px 0px 30px 0px;
}

.no-padding
{
	padding: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}


.login-img-bg
{
	background-image: url('../img/main-bg-sm.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	padding: 0px 5px 30px 5px;
}

.login-box
{
	background-color: #f8f8f8;
	padding: 20px;
	width: 100%;
	-webkit-box-shadow: 0px 8px 47px -3px rgba(0,0,0,0.26);
-moz-box-shadow: 0px 8px 47px -3px rgba(0,0,0,0.26);
box-shadow: 0px 8px 47px -3px rgba(0,0,0,0.26);
	width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    text-align: center;
    border-radius: 10px;
}

.training-welcome
{
	font-family: 'Helvetica', Arial, sans-serif;
	color: #FFF;
	font-size: 30px;
	text-shadow: 0px 1px 2px rgba(150, 150, 150, 1);
}

.training-small-txt
{
	color: #FFF;
	font-size: 16px;
	text-shadow: 0px 1px 2px rgba(150, 150, 150, 1);
}

.option-title
{
	color: #008349;
	font-size: 24px;
}

.option-login
{
	font-size: 20px;
}

.green-border
{
	background-color: #008349;
	height: 2px;
	width: 80%;
	margin: 20px auto 40px auto;
	display: block;
}

.btn-login
{
	background-color: #ed901d;
	color: #FFF;
	border: none;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 21px;
	letter-spacing: 1.8px;
	border-radius: 8px;
	padding: 12px 20px;

	 /* HOVER OFF */
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.btn-login:hover
{
	background-color: #c37618;
	color: #FFF;

	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.copy-box
{
	margin-top: 50px;
	margin-bottom: 40px;
}


.training-id {
    margin-top: 10px;
    width: 100%;
    padding: 5px 10px;
    text-align: center;
    border: 1px solid #e3e3e3;
    color: #343434;
    outline: none;
}


@media only screen and (min-width: 500px) {

}


@media only screen and (min-width: 992px) {
	.login-img-bg
	{
		background-position: bottom;
	}

	.main-logo
	{
		width: 430px;
	}

	.training-welcome
	{
		font-size: 50px;
	}

	.training-small-txt
	{
		color: #FFF;
		font-size: 32px;
	}

	.option-title
	{
		color: #008349;
		font-size: 30px;
	}

	.option-login
	{
		font-size: 25px;
	}
}

@media only screen and (min-width: 1600px) {
	
}