body, html {
	font-weight: 400;
	font-size: 100%;
	color: #747c83;
	line-height: 1.5em;
	font-family: "Open Sans", "open-sans", sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	position: relative;
	}

body, h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; 
	color: #323a45;

}
.fa{ background-color: rgba(255, 107, 83, 0); color: #ff6b53;}/*Icons class*/
ol, ul{
	padding-left: 0px;
	padding: 0px;
}
li{
	list-style: none;
}
p, ul {
color: rgb(116, 124, 131);
font-size: 16px;
line-height: 30px;
margin-left:20px;
}
.container{

}
.container.show{
	overflow: visible;
}
.ofh{
	overflow: hidden;
}
.clearfix{
	clear: both;
}

h2{
	font-size: 32px;
	font-weight: 300;
	line-height: 50px;
}
h3{
	font-size: 34px;
	font-weight: 300;
	line-height: 50px;
}
h4{
	font-size: 26px;
	line-height: 40px;
	font-weight: 300;
	margin:0;
}
h5{
	color: #747c83;
	font-size: 18px;
}
.small{
	color: #747c83;
	font-size: 12px;
	line-height: 21px;
	}
p{
	color: #747c83;
	font-size: 17px;
	line-height: 30px;
}
hr{ margin:10px 0}
a{
	color: #ff6b53;
}
.bkg{
	height: 100%;
	background: url(../images/bkg.jpg) no-repeat center 0px fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.form-control {
    display: block;
    width: 90%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: rgb(85, 85, 85);
    background-color: rgb(255, 255, 255);
    background-image: none;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 3px;
}
/*******************SIGN IN START***************/
.signin-wrap {
    background-color: rgb(255, 255, 255);
    margin-top: 200px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0px;
    margin: 0 auto;
    max-width: 500px;
}
.signin {
    height: 100%;
    background: url(../images/bkg.jpg) no-repeat center 0px fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 5%;
}
.signin-form {
    padding: 15px;
    margin-bottom: 20px;
}
.signin-header {
    background-color: rgb(50, 58, 69);
    padding: 30px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.sigin-body {
    padding: 30px;
}

	.signin-links{
		padding: 20px;
	}
/*******************SIGN IN END***************/
.intro-header {
    padding-top: 5%;
	    text-align: center;
}
.orange-button.btn-default:hover {
    background-color: rgb(245, 81, 55);
    -webkit-transition: background 0.25s linear;
    -moz-transition: background 0.25s linear;
    -o-transition: background 0.25s linear;
    transition: background 0.25s linear;
}
.orange-button.login:hover {
    color: rgb(255, 255, 255);
}
.btn-default {
    background-color: rgb(255, 107, 83);
	background-image: none;
    border-color: rgb(255, 107, 83);
    border-radius: 3px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
}
.orange-button.login {
    padding: 25px;
    width: 100%;
    font-size: 16px;
}
.orange-button:hover {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out false;
    -o-transition: all 0.2s ease-in-out false;
    transition: all 0.2s ease-in-out;
    background-color: rgb(242, 97, 73);
}

@media screen and (max-width: 991px){
.signup-bottom{
	margin-bottom: 20px;
}

}
.footer-msg{color:#fff; text-align:center; padding:20px 0}


.input-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.pwd_icon {
    display: inline-block;
    top: 50%;
    left: 5px;
    z-index: 1;
    margin-top: 5px;
    float: right;
    width:5%;
    padding:0px;
}

.pwd_icon img {
    display: block;
}

.form-password-yes {
    display: inline-block;
    width: 87%;
    /*padding-left: 20px;
    height: 30px;
    width: 250px;*/
    /*pointer-events: none;*/
}
.form-password-no {
    display: block;
    width: 90%;
    /*padding-left: 20px;
    height: 30px;
    width: 250px;*/
    /*pointer-events: none;*/
}