	  /*************/
	 /* Login CSS */
	/*************/
	
body {
    margin: 0 0 100px;
    font-family: "gothicRegular";
    background: url("../images/striped.png");
}
.login-panel {
	margin-top: 9% !important;
}

#panel-container .panel-default {
	border-radius: 23px;
	box-shadow: 0 15px 6px -3px black;
}

.panel-default>.panel-heading {
	border-radius: 20px 20px 0px 0px;
	background-color: #1e1d1d;
}

.panel-body {
	background: #e4e4e4;
	background: -moz-linear-gradient(top, #e4e4e4 0%, #898686 93%, #605d5d 97%, #000000 100%);
	background: -webkit-linear-gradient(top, #e4e4e4 0%,#898686 93%,#605d5d 97%,#000000 100%);
	background: linear-gradient(to bottom, #e4e4e4 0%,#898686 93%,#605d5d 97%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#000000',GradientType=0 );
	
	border-radius: 0 0 20px 20px;
	padding: 20px 80px 0px 80px;
}

.logo-size {
	width: 78%;
	height: 25%;
}


	  /*************************/
	 /* Change Password Modal */
	/*************************/
#change_pass .modal-dialog{
	width: 470px;
}
.span1 {
	border: 0px none;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	background-color: #FFF;
	width: 35%;
	text-align: left;
}
.span2 {
	border: 0px none;
	background-color: #fff;
}
.input {
	box-shadow: none;
	border-width: 0px 0px 1px;
	border-bottom: 1px dashed #d3d3d3;

}
.modal-header {
	background-color: #5EABDB;
	border-radius: 5px 5px 0px 0px;
}
.btn_changepass{
	background-color: #5EABDB;
	color: #fff;
	width: 160px;
	height: 30px;
	padding: 2px 15px;
	text-align: center;
	line-height: 23px;
	border: 2px solid #FFF;
	border-radius: 15px;
}
.alert-danger{
	text-align: center;
}


