@font-face {
    font-family: 'FuturaBold';
    src: url('../fonts/FuturaBold.eot');
    src: url('../fonts/FuturaBold.eot') format('embedded-opentype'),
         url('../fonts/FuturaBold.woff2') format('woff2'),
         url('../fonts/FuturaBold.woff') format('woff'),
         url('fonts/FuturaBold.ttf') format('truetype'),
         url('../fonts/FuturaBold.svg#FuturaBold') format('svg');
}
body {
	font-weight: 300;
	color: #888;
	/* line-height: 30px; */
	text-align: center;
	background: #fff;
}

body.bg-image {
	background-image: url(../images/background.png);
	background-repeat: repeat;
	background-position: top;
	font: 75%/150% "Roboto", sans-serif, Helvetica, sans-serif;
	overflow-x: hidden !important;
	-webkit-font-smoothing: antialiased;
	-ms-overflow-style: scrollbar;
}

input[type=text] {
    color:#fff;
    font-weight: 600;
}
input[type=password] {
   color:#fff;
   font-weight: 600;
}
::-webkit-input-placeholder { /* Edge */
  color: red;
}

:-ms-input-placeholder { /* Internet Explorer */
  color: red;
}

::placeholder {
  color: #fff !important;
}

.top-content{background-image: url(../images/slider1.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height:auto;
position: fixed;
width: 100%;
}

.wraper_login {
	background: rgba(0, 0, 0, 0.3);
	height: 100vh;
	display: table;
	width: 100%;
}

strong {
	font-weight: 500;
}

.form-top-left h4 {
	color: #000;
	margin-top: 16px;
	margin-bottom: 0;
	font-family: 'FuturaBold' !important;
	font-weight: bold;
}

a,
a:hover,
a:focus {
	outline: none;
	text-decoration: none;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}

::-moz-selection {
	background: #4aaf51;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #4aaf51;
	color: #fff;
	text-shadow: none;
}


/***** Top content *****/

@import url(http://allfont.net/allfont.css?fonts=futura-bold);
.inner-bg {
	/*padding: 70px 0 0px 0;*/
}

.top-content .text {
	color: #fff;
}

.top-content .text h1 {
	color: #fff;
}

.top-content .description {
	margin: 20px 0 10px 0;
}

.top-content .description a {
	color: #fff;
}

.top-content .description a:hover,
.top-content .description a:focus {
	border-bottom: 1px dotted #fff;
}

.form-box {
	border-radius: 4px;
}


.form-top {
	overflow: hidden;
	padding: 0 25px 0px 25px;
	background: #eee !important;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	text-align: left;
	/*border-bottom:1px solid #404041;*/
}

.form-top-left {
	float: left;
	width: 100%;
	padding-top: 0px;
	text-align: center;
}

.form-bottom {
	padding: 15px 25px 5px 25px;
	background: transparent;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	text-align: left;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12),
            0 2px 4px 0 rgba(0,0,0,0.08);
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: white;
    text-align: center;
    background-color: transparent;
    /* border: 1px solid #ccc; */
    border-radius: 4px;}


.input-group .form-control {
       background: transparent;
           border: 1px solid #fff;
}

.form-bottom h4{text-align: center;}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
   /* box-shadow: 0 10px 11px 0 rgba(0,0,0,0.12), 0 0px 0px 0 rgba(0,0,0,0.08);*/
    
}

.form-bottom form button.btn {
	width: 100%;
}

.form-bottom form .input-error {
	border-color: #4aaf51;
}

.submit {
	background: #3570a8;
	color: #fff;
}

.submit:hover {
	background: #7fc241;
	color: #fff;
	transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-o-transition: all ease .5s;
	-webkit-transition: all ease .5s;
}

.btn-div {
	background: #75c9cc;
	color: #fff;
	font-size: 16px;
	border-radius: 6px !important;
	font-family: 'Futura-Bold', arial;
	box-shadow: none;
	font-weight: bold;
}

.btn-div:hover {
	background: #f2bbad;
	color: #000 !important;
	transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	box-shadow:none;
}

.btn-div.focus,
.btn-div:focus,
.btn-div:hover {
	color: #fff;
}

.TxtRedClr {
	color: #ee6016;
}
.submit{
    font-family: 'FuturaBold' !important;
}

/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {
	.inner-bg {
		padding: 60px 0 110px 0;
	}
}
@media (max-width: 415px) {
	h1,
	h2 {
		font-size: 32px;
	}
}
.form_height {
	height: 40px;
	border-radius: 0px;
}