

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700);

body {
	margin: 0;
  	font-family: 'Open Sans', serif;
  	background-color: #a0a0a0;
}

.Absolute-Center {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

.Absolute-Center.is-Responsive {
  width: 50%; 
  height: 50%;
  min-width: 160px;
  max-width: 400px;
  padding: 10px;
  max-height: 320px;
}

.top_baner_1 {
	background-image: url("../gfx/bg-top-1.jpg");
	background-color: #66ccff;
	display: inline-block;
    width: 100%;
}

form label {
	margin-top: 4px;
	margin-bottom: 0px;
	color: #555;
}

#logo-container {
	background-image: url("../gfx/bg-top-1.jpg");
	background-color: #66ccff;
	/*padding-left: 10px;
	padding-top: 14px;
	padding-right: 10px;
	padding-bottom: 14px;*/
	
	/*margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 10px;
	margin-top: 10px;*/
}

#body-container {
	background-color: #fff;
	display: inline-block;
    width: 100%;
    min-height: 100vh;
	padding-right:5px;
    padding-left:5px;
    margin-right:auto;
    margin-left:auto
}

.fa {
  transition: .3s transform ease-in-out;
}
.collapsed .fa {
  transform: rotate(90deg);
}

