@charset "utf-8";
/*CSS Document*/

/*Table of content
	Title font family
	font-family: 'Aleo', serif;
	body font family


*/

/*common css start*/
*, ::after, ::before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
*:focus {
	outline: none;
	border: none;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
    line-height: 1;
	overflow-x: hidden;
}
p {
	margin-bottom: 15px;
	line-height: 24px;
}
small {
    color: #999;
	font-size: 14px;
	display: block;
	margin-bottom: 10px;
}
a {
	color: #ef7b12;
	text-decoration: none;
	outline: none;
    transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}
a:hover {
	color: #555;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Aleo', serif;
	color: #333333;
    font-weight: 400;
    letter-spacing: 0px;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 30px;
	margin-bottom: 30px;
}
h2 {
	font-size: 30px;
	margin-bottom: 30px;
}
h3 {
	font-size: 24px;
    margin-bottom: 20px;
}
h4 {
	font-size: 20px;
	margin-bottom: 20px;
}
h5 {
	font-size: 18px;
    margin-bottom: 20px;
}
h6 {
	font-size: 16px;
    margin-bottom: 20px;
}
/*common css end*/

/*form start*/
input[type="submit"], input[type="button"], button[type="submit"], button[type="button"]{
	cursor: pointer;
}
input, input[type="submit"], input[type="button"], button[type="submit"], button[type="button"] {
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-ms-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;;
	-ms-box-shadow: none !important;;
	-moz-box-shadow: none !important;;
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 400;
	cursor: pointer;
}
textarea {
	resize: none;
	height: 100px;
}
.form-control {
	display: inline-block;
	width: 100%;
	padding: 12px 15px;
	font-size: 14px;
	line-height: 1;
	color: #999;
	background-color: #fff;
	border: 1px solid #d7d7d7;
	
}
.form-control::-webkit-input-placeholder {
 color: #999;
 opacity: 1;
}
.form-control::-moz-placeholder {
 color: #999;
 opacity: 1;
}
.form-control::-ms-input-placeholder {
 color: #999;
 opacity: 1;
}
.btn-theme{
	display: inline-block;
	vertical-align: top;
	background-color: #78335d;
	border:none;
	color: #fff;
	padding: 10px 15px;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'Nunito Sans', sans-serif;
	transition: all 0.3s ease;
}
.btn-theme:hover{
    background: #e73230;
   
}
img{max-width: 100%}
.help-block-error{color: red;font-size: 14px;margin-top: 8px;display: block;}
/*form end*/
body,html{height: 100%}
.px-15{padding: 0px 15px;}
.container{max-width: 1110px;margin: 0 auto;width: 100%;}
.row{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.loginrow {overflow: hidden; display: flex;min-height: 100%;justify-content: center;flex-direction: column;background-image: url(../images/body-bg.jpg);background-size: cover;background-position: center;}
.frmrowflex{-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.loginfrmcol{width: 50%;padding: 0px 15px;text-align: center;}
.logo{margin-bottom: 40px;}
.frmbg{background: #fff;width: 100%;text-align: center;padding: 80px 95px;-webkit-box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.05);
-moz-box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.05);
box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.05);}
.loginfrmcol .btn-theme{width: 100%}
.w-100{width: 100%;}
.forminput{margin-bottom: 20px;text-align: left;}
.registerfrmcol {width: 83.333333%; padding: 0px 15px; text-align: left;}
.w-50{width: 50%;}
.registerfrmcol form{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;}
.registerfrmcol .frmbg{text-align: left;padding: 80px;}
.alert-danger{text-align: left; position: relative;padding: .75rem 1rem;margin-bottom: 1rem;border: 1px solid transparent;color: #721c24; background-color: #f8d7da;border-color: #f5c6cb;}
@media only screen and (max-width:854px) {
	.loginfrmcol{width: 70%;}	
}
@media only screen and (max-width:767px) {
	.loginfrmcol{width: 60%;}
	.frmbg{padding: 50px;}
	.registerfrmcol .frmbg{padding:50px 35px;}
	.loginrow{padding: 50px 0px;}
	.logo{margin-bottom: 30px;}
	.loginrow{background-position: right center}
	h2{font-size: 24px;margin-bottom: 20px;}
	.frmrowflex{padding: 0px 10px;}
	.registerfrmcol{width: 90%;}
}
@media only screen and (max-width:580px) {
	.loginfrmcol, .registerfrmcol{width: 100%;}
	.w-50{width: 100%;}
}
@media only screen and (max-width:384px) {
	.loginfrmcol, .registerfrmcol{width: 100%;}
	.w-50{width: 100%;}
	.frmbg{padding: 30px;}
	.registerfrmcol .frmbg{padding:30px 15px;}
}