@import 'https://fonts.googleapis.com/css?family=Roboto+Condensed';

body {
	font-family: 'Roboto Condensed', sans-serif;
	background: #f3f3f3 url('../img/wild-camp3.jpg') fixed no-repeat center top;
}

.vertical-center {
  min-height: 100%;
  min-height: 100vh;

  display: flex;
  align-items: center;
}

.btn:hover {
	color: #eee;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0px;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
	width: 40px;
	height: 40px;
	padding: 5px 5px;
	font-size: 20px;
	line-height: 1.50;
	border-radius: 20px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

.btn-phone, .btn-fb, .btn-tw, .btn-ig, .btn-gp {
	color: #000;
	background: #fff;
}

.btn-phone:hover  {
	color: #fff;
	background: #5cb85c;
}
.btn-fb:hover {
    color: #fff;
    background: #475FA1;
}
.btn-tw:hover {
    color: #fff;
    background: #00C7FF;
}
.btn-ig:hover {
    color: #fff;
    background: #cc007d;
}
.btn-gp:hover {
    color: #fff;
    background: #d13d33;
}
.btn-default {
    color: #fff;
    background-color: #EB6F5D;
    border-color: #ce5a49;
}
.btn-default:hover {
    color: #fff;
    background-color: #ce5a49;
    border-color: #EB6F5D;
}
.login {
		border-radius: 4px;
    padding: 15px;
    background-color: rgba(111, 122, 135, 0.5);
		color: #fff;
}

.login .social {
	margin: 35px -15px -15px -15px;
	padding: 20px 15px;
	background: rgba(16, 58, 85, 0.8);
	border-top: 1px solid #d8d9e1;
}

.login .social h3 {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 12px;
}

.login .social .btn {
	margin: 0 2px;
}

.login .footer {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	margin: 15px -15px -15px -15px;
	height: 25px;
	background: #d8d9e1 url(../img/bg-2.png) repeat-x center;
}

.login .logo {
	margin-top: 30px;
}

.login .logo .title {
	margin:0 auto;
	max-width: 80%;
	border: 1px solid #fff;
	text-align: center;
	padding: 10px 0;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 10px;
}

.login .logo img{
	margin:0 auto;
	vertical-align: middle;
}

.form {
	margin: 0 auto;
	max-width: 300px;
}

.form .line {
	border-bottom: 1px solid #dbdbdb;
}

.form input {
  outline: none;
  border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.form input, .form textarea {
    font: 14px/1.5 Arial,Helvetica,sans-serif;
    box-sizing: border-box;
    padding: 12px 18px;
}

.form button {
	border-radius: 4px;
}

.form input, .form textarea {
    box-shadow: 1px 2px 4px 0 rgba(0,0,0,.08);
		border-radius: 0px;
}

.form input.username {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.form input.password {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.form input.phone {
    border-radius: 4px;
}

.or {
    width: 40px;
	height: 40px;
	margin: auto;
	margin-top: -42px;
	margin-bottom: 10px;
	background: #1a405a;
	border-top: 2px solid #d8d9e1;
	border-radius: 99em;
	text-align: center;
	line-height: 2.5em;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */


header {
	margin: 35px 0;
}
header h3 {
	font-size:18px;
	margin-bottom:20px;
}

.copy {
	margin-bottom: 30px;
	color: #fff;
}

.loader {
	display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/loading.gif') 50% 50% no-repeat rgb(249,249,249);
    background-size: 100px 100px;
    opacity: .8;
}
