body{
	background: #313b3d;
	color: #ffffff;
}

.login_container{
	width: 320px;
  padding: 8% 0 0;
  margin: auto;
}

.logo{
	font-size: 55px;
  text-align: center;
  /*font-family: cursive;*/
  margin: 0 auto 20px;
  font-weight: 400;
  line-height: 1.3em;
}

.login_form p, .login_form label{
	margin: 0;
}

.login_form{
	padding: 26px 24px 46px;
  font-weight: 400;
  overflow: hidden;
  margin: 0;
}

.login_form p label{
	color: #FFFFFF;
  font-size: 11px;
  /*text-transform: uppercase;*/
  font-weight: 600;
  opacity: 0.8;
}

.login_footer {position: absolute; bottom: 0; padding: 10px 20px;right: 0;}
.login_footer a {color:#fff;}

.textboxs{
	background: #232b2d;
  	border-color: rgba(255,255,255,0.1);
  	border-radius: 2px;
  	color: #FFFFFF;
}

.texts{
	/*font-size: 24px;
  width: 100%;
  padding: 3px;
  margin: 2px 6px 16px 0;*/
  font-size: 21px;
  width: 271px;
  padding: 5px;
  margin: 2px 6px 16px 0;
  height: 41px;
}

.forgetmenot{
	float:left;
}

input[type=checkbox]{
	/*-webkit-appearance: none;
  height: 16px;
  width: 16px;
  margin: 0px 4px 1px 0px;
  vertical-align: text-bottom;*/
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 16px;
  margin: -4px 4px 0 0;
  outline: 0 !important;
  padding: 0!important;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  min-width: 16px;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  ox-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  -webkit-transition: .05s border-color ease-in-out;
  transition: .05s border-color ease-in-out;

}

input[type=checkbox]:checked:before{
	content: "\f147";
  margin: -2px 0 0 -3px;
  color: #1e8cbe;
  float: left;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  font: 400 21px/1 dashicons;
  speak: none;
  -webkit-font-smoothing: antialiased;
}

.forgetmenot label{
	font-size: 12px !important;
	line-height: 19px;
}

.login_form_submit{
	float: right;	
}

.submit_button{
  height: 30px;
  line-height: 28px;
  padding: 0 12px 2px;
  background: #00a0d2;
  border-color: #0073aa;
  box-shadow: inset 0 1px 0 rgba(120,200,230,.5),0 1px 0 rgba(0,0,0,.15);
  color: #fff;
  text-decoration: none;
  border-width: 1px;
  order-style: solid;
  -webkit-appearance: none;
  border-radius: 3px;
  white-space: nowrap;
  box-sizing: border-box;
  outline: 0;
} 

.submit_button:hover{
	background: #0091cd;
  border-color: #0073aa;
  -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,.6);
  box-shadow: inset 0 1px 0 rgba(120,200,230,.6);
  color: #fff;
}

#nav{
	margin: 24px 0 0;
	font-size: 11px;
  padding: 0 24px;
  color: #444;
  margin: 0 2px;
}

#nav a{
	color: #FFFFFF;
  /*text-transform: uppercase;*/
  font-size: 11px;
 	opacity: 0.8;
}

#nav a:hover{
	text-decoration: none;
	color: #00a0d2;
}

.modal-color {
  background: #ffffff;
  color: #000000;
}

.modal-td {
  padding: 5px;
  padding-left: 0px;
}

.modal-footer {
  border-top: 0px;
  padding-top: 0px;
}

.modal-body {
  padding-bottom: 0px;
}

.error_message {
  padding-left: 20px;
}

.modal {
  text-align: center;
}

@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}