@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:300,400);


html {
  position: relative;
  height: 100%;
  min-height: 100%;
 
}


body {
	background-color: #f8f8f8;
	margin: 0px;
	height: 87vh;
	min-height: 87vh;
	width: 100%;
	margin-bottom: 4.5vh;
	
	

}



 /* **navbar * **/
.navbar-inverse {
  width: 100%;
  height: auto;
  background-color: #404040;
  border-radius: 0px;
  border-color: transparent;
  padding: 4px;
  box-shadow: 0px 4px 5px #595959;
  
  
}

.navbar-inverse .navbar-brand {
	padding: 0;
	padding-right: 8%;
	
}


.navbar-inverse .navbar-brand img{
	width: 62px;
	height: 50px;
	padding: 0;
}


/* **navbar * **/




/* footer */
 
 .row{
	 margin-right: 0px;
	 margin-left: 0px;
 }
 
 .footer {
	width: 100%;
	height: auto;
	background-color: #383838;
	bottom: 0;
	box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8),
	             inset 0 -20px 20px -20px rgba(0,0,0,0.8);
	
 }
 
 
 .bos {
	 color: #FFFFFF;
	 text-align: center;
	 margin-top: 10px;
	 font-family: 'Corben', sans-serif;
	 
 }
 
 .powered {
	 color: #FFFFFF;
	 text-align: left;
	 margin-top: 10px;
	 font-family: 'Corben', sans-serif;
 }
 .powered a {
	 color: #4c85ca;
	 text-decoration: none;
	 font-family: 'Corben', sans-serif;
 }

 /* footer*/



.container {
	height: 600px;
	margin-top: 4%;
	margin-bottom: 8%;
}


#loginbox {
    margin-top: 30px;
	height: 600px;
}

#loginbox > div:first-child {        
    padding-bottom: 10px;    
}

.iconmelon {
    display: block;
    margin: auto;
}

#form > div {
    margin-bottom: 25px;
}

#form > div:last-child {
    margin-top: 10px;
    margin-bottom: 10px;
}

.panel {    
    background-color: transparent;
	height: auto;
}

.panel-body {
    padding-top: 30px;
    background-color: rgba(2555,255,255,.3);
	
}

.panel-title {
	color: #167377;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 160%;
	font-weight: 400;
}

.panel-title i {
	font-size: 85%;
}


#particles {
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;                        
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: -2;
}

.iconmelon,
.im {
  position: relative;
  width: 180px;
  height: 180px;
  display: block;
  fill: #525151;
}

.iconmelon:after,
.im:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.form-group1 {
	width: 70%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8%;
}

.input-group {
	margin-top: 5%;
}

.btn-primary {
	margin-top: 1%;
}

.hatadiv {
	 width: 100%;
	 height: 30px;
	 margin-top: 4%;
	 color: #d04829;
	 text-align: center;
	 padding-top: 4px;
 }