@import url(https://fonts.googleapis.com/css?family=Roboto:400);
body {
	-webkit-font-smoothing: antialiased;
	font: normal 14px Roboto,arial,sans-serif;
	color: #7b7b7b;
	background-color: #2f4f4f;
}

.jumbotron h1{
	font-family: 'Anton', sans-serif;
}
	

html,body {height:100%;}

.special,.special .jumbotron {
	height: 100%;
}

.container-fluid {
min-height: 100%;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

.form-login {
	background: rgb(255,255,255);
	margin-top: 70px;
	border-radius: 5px;
}

.login-logo {
	width: 120px;
	margin-top: 30px;
	padding-bottom: 30px;
}


.panel-login>.panel-heading {
	color: #00415d;
	background-color: rgba(255,255,255,0.1);
	border-color: #fff;
	text-align: center;
}
.panel-login>.panel-heading a{
	text-decoration: none;
	color: #666;
	font-weight: bold;
	font-size: 15px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.panel-login>.panel-heading a.active{
	color: #029f5b;
	font-size: 18px;
}
.panel-login>.panel-heading hr{
	margin-top: 10px;
	margin-bottom: 0px;
	clear: both;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}
.panel-login input[type="text"],.panel-login input[type="email"],.panel-login input[type="password"],.panel-login input[type="number"],.panel-login select[type="dropdown"] {
	height: 45px;
	border: 1px solid #ddd;
	font-size: 16px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.panel-login input:hover,
.panel-login input:focus {
	outline:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: #ccc;
}
.btn-login {
	background-color: #337ab7;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 14px 0;
	text-transform: uppercase;
	border-color: #59B2E6;
}

.btn-login[disabled]{
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;	
    background-color: #337ab7 !important;
}
.btn-login:hover,
.btn-login:focus {
	color: #fff;
	background-color: #53A3CD;
	border-color: #53A3CD;
}
.forgot-password {
	text-decoration: underline;
	color: #888;
}
.forgot-password:hover,
.forgot-password:focus {
	text-decoration: underline;
	color: #666;
}

.btn-register {
	background-color: #1CB94E;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 14px 0;
	text-transform: uppercase;
	border-color: #1CB94A;
}

.btn-register:hover,
.btn-register:focus {
	color: #fff;
	background-color: #1CA347;
	border-color: #1CA347;
}

.incorrect-details {
	background-color: #160052;
}

.incorrect-details > p {
    margin: 0 0 0px;
    font-size: 16px;
    color: white;
}

.warning-message {
	background-color: #b00000;
}

.warning-message > p {
    margin: 0 0 0px;
    font-size: 16px;
    color: white;
}

/**************************************************************************
********************** BULLETIN BOARD ************************************
*************************************************************************/

.bulletin-board {
	margin-top: 70px;
}

.bulletin-board .panel-body {
    min-height: 405px;
}

/******************************************************************************************************************
    ANIMAIONS 
******************************************************************************************************************/
.loading-div {
    display: none;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 99;
    background: rgba(255, 255, 255, 0.86);
    }

.loading-image {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -200px 0px 0px -244px;
    }
/*****************************************************************************************************************
    ANIMAIONS END
*****************************************************************************************************************/