.body {
  font-family: 'Raleway', sans-serif;
  min-height: 100%;
  background-color: #F7F7F7;
}
#footer {
	position:fixed;
	left:0px;
	bottom:0px;
	height: 30px;
	width:100%;
	background-color: #22338A;
	color: #fff;
	padding: 5px;
}
.navbar{
  background-color: #22338A; 
  padding: 5px 10px;
}
.n-link{
  color: #fff;
  font-size: 20px;
}
.panel-login>.panel-heading .tabs{
  padding: 0;
}
.panel-login h2{
  font-size: 20px;
  font-weight: 300;
  margin: 30px;
}
.panel-login>.panel-heading {
  color: #848c9d;
  background-color: #e8e9ec;
  border-color: #fff;
  text-align:center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom: 0px;
  padding: 0px 15px;
}
.panel-login .form-group {
  padding: 0 30px;
}
.panel-login>.panel-heading .login {
  padding: 20px 30px;
  border-bottom-leftt-radius: 5px;
}
.panel-login>.panel-heading .register {
  padding: 20px 30px;
  background: #2d3b55;
  border-bottom-right-radius: 5px;
}
.panel-login>.panel-heading a{
  text-decoration: none;
  color: #666;
  font-weight: 300;
  font-size: 16px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.panel-login>.panel-heading a#register-form-link {
  color: #fff;
  width: 100%;
  text-align: right;
}
.panel-login>.panel-heading a#login-form-link {
  width: 100%;
  text-align: left;
}

.panel-login input[type="text"],.panel-login input[type="email"],.panel-login input[type="password"],.panel-login input[type="time"] {
  height: 45px;
  border: 0;
  font-size: 16px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #fff;
  border-radius: 0px;
  padding: 6px 0px;
}
.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: #5CB85C;
  float: right;
  outline: none;
  color: #fff;
  font-size: 14px;
  height: auto;
  font-weight: normal;
  padding: 14px 0;
  text-transform: uppercase;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  padding-left: 10px;
  padding-right: 10px;
}
 .box{
    opacity: 0.9;
    padding: 15px;
    margin-top: 5px;
    background-color: #000000;
    min-width: 33.333%;
    max-width: 400px;
    height: 260px;  
  }
  a:hover {
    text-decoration: none;
  }
  .space {
    padding-bottom: 60px;
}
.panel-body{
 width: 600px;
 position: fixed;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 background-color: #22338A;
 padding: 10px;
}
.input{
  background: transparent;
  width: 100%;
  color: #FFF;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
color:    #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:    #fff;
 opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:    #fff;
 opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color:    #fff;
}
::-ms-input-placeholder { /* Microsoft Edge */
 color:    #fff;
}
.forma {
  margin: 92px auto;
  background-color: #06425C;
  padding: 20px 10px;
  max-width: 900px;
  color: #fff;
}
.btn-sub{
  float: right;
  margin-right: 20px;
  border: none;
  border-radius: 0px;
}
.parent {
  max-height: 76vh;
}
.fixTable {
  width: 100%;!important;
}
