/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
	font-family: "Open Sans", Arial, sans-serif;
	line-height: 1.5;
	font-size: 16px;
	color: #848484;
	background-color: #f0f0f0;
}

body.style-2 {
	background-color: #ffffff;
	background-size: cover;
	background-position: -30% center;
	background-repeat: no-repeat;
	background-image: url(login/images/bg_2.jpg);
	height: 100%;
}

body.style-3 {
	background: #ffffff url(login/images/geometry2.png) repeat;
}

a {
	color: #33cccc;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a:hover {
	color: #29a3a3;
}

.menu {
	padding: 0;
	margin: 30px 0 0 0;
}

.menu li {
	list-style: none;
	margin-bottom: 10px;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.menu li a {
	padding: 5px;
}

.menu li.active a {
	color: #b3b3b3;
}

.fh5co-form {
	padding: 30px;
	margin-top: 4em;
	-webkit-box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
	box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
	background: #ffffff;
}

.style-2 .fh5co-form {
	-webkit-box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
	box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
	.fh5co-form {
		padding: 15px;
	}
}

.fh5co-form h2 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 20px;
	margin: 0 0 30px 0;
	color: #000000;
}

.fh5co-form .form-group {
	margin-bottom: 30px;
}

.fh5co-form .form-group p {
	font-size: 14px;
	color: #9f9f9f;
	font-weight: 300;
}

.fh5co-form .form-group p a {
	color: #000000;
}

.fh5co-form label {
	font-weight: 300;
	font-size: 14px;
	font-weight: 300;
}

.fh5co-form .form-control {
	font-size: 16px;
	font-weight: 300;
	height: 50px;
	padding-left: 0;
	padding-right: 0;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	border-radius: 0px;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.fh5co-form .form-control::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.3);
	text-transform: uppercase;
}

.fh5co-form .form-control::-moz-placeholder {
	color: rgba(0, 0, 0, 0.3);
	text-transform: uppercase;
}

.fh5co-form .form-control:-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.3);
	text-transform: uppercase;
}

.copyrights {
	text-indent: -9999px;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

.fh5co-form .form-control:-moz-placeholder {
	color: rgba(0, 0, 0, 0.3);
	text-transform: uppercase;
}

.fh5co-form .form-control:focus, .fh5co-form .form-control:active {
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.btn-primary {
	background: #2553a0;/*#70ba61;*/
	border: 0;
	padding: 10px 20px;
	color: white;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.btn-reset {

	border: 0;
	padding: 10px 20px;
	color: black;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	color: #ffffff;
	background: #2541a0 !important;
	outline: none;
}

input, textarea {
	color: #000;
}

.placeholder {
	color: #aaa;
}

.js .animate-box {
	height: 400px;
	opacity: 0;
}
.animate-box {
	height: 400px;
}
.logo{
  height: 70px;
}

@media screen and (max-width: 480px) {
  .logo{
    height: 55px;
  }
}
/*# sourceMappingURL=style.css.map */