/* Form */
.login {
	background-color: #eef4f8;
}
.login-box{
	
}

.login-header{
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	overflow-y: hidden;
	position: relative;
	text-align: center;
	background-color: #fff;
	padding: 20px;
	color: #000;
	border-bottom: 1px solid #ccc;

}
.login-logo{
	width: 350px;
}

.text-light {
	font-family: gotham-light;
	font-size: 18px;
	color: #fff;
	text-align: right;
	margin-top: -10px;
}
.login-header hr{
	margin: 0 auto;
	padding: 15px;
	text-align: center;
}
.login-form {
	padding: 30px;
	padding-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	overflow-y: hidden;
	position: relative;
	background-color: #fff;
}
.login-form .form-control{
	border-radius: 0;
}
.login-text{
	margin: 25px 0px 0px 0px;
}
.login .alert-block{
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #fff;
	font-family: gotham-light;
}
.login-form .btn-yellow{
	background-color: #ffce00;
	color: #404041;
}

/* Description */
#section-description {
	background: #404041;
	color: #ffce00;
	padding-top: 40px;
	padding-bottom: 40px;
}
#section-description h3{
	color: #ffce00;
}
#section-description hr{
	border-top: 1px solid #ffce00;
}
#section-description .desc-title {
	font-family: gotham-bold;
}
#section-description .desc {
	font-family: gotham-light;
}
#section-description .list-unstyled.desc {
	margin-left: 30px;
}

/* Footer */
#footer {
    background-color: #374b65;
    padding: 10px 0;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    height: 60px;
    color: #fff;
    position: absolute;
}
#footer p {
	margin-top:10px;
}
#footer a {
	color:#404041;
}
#footer a:hover, #footer a:active  {
	color:#191919;
}
#footer .term {
	border-right: 1px solid #404041;
	font-size: 14px;
}
#footer .bold {
	margin-top: 10px;
	font-family: gotham-bold;
}
#footer .logo-footer {
  	width: 125px;
}
#footer .pull-right {
	font-family: gotham-light;
	margin-top: 15px;
}

@media (max-width: 480px){
	.login-logo{
		width: 250px;
	}
	
}
@media (min-width: 1024px) and (max-width: 1280px){
	.login-logo{
		width: 260px;
	}
}

@media screen and (min-width: 1024px){
	#footer .list-socmed {
		margin-left: 20px;
	}
	#footer .logo img {
		margin-top: 15px;
	}
}

@media screen and (min-width: 480px){
	.login hr{
		width: 350px;
	}
}

@media screen and (max-width: 640px){	
	#footer {
		text-align: center;
		margin-bottom: -200px;
	}
	.login-header{
		padding: 20px;
	}
}