/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */
 
.right_side_bar_form {
    background: url(../img/desktop_img.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    height: 100vh;
    text-align: center;
    background-size: cover;
    position: relative;
	
}
.right_side_bar_form:before {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background: rgba(255,255,255,0.8);
    content: '';
}
.well_class.no-padding {
	width: 450px;
	margin: 50px auto 0 auto;
	max-width: 100%;
}
.smart-form fieldset {
    background: none;
	 background: none;
}
.footer_sec .btn {
    background: #000;
    padding: 10px 20px;
    border: none !important;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    border-radius: 0px;
    color: #000;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    color: #fff;
}
.footer_sec .btn:hover {
	background: #a90329;
	color: #fff;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}
div#main_section_d {
    background: #fffefb;
}

.smart-form fieldset {
    display: block;
    padding: 25px 0px 0;
    border: none !important;
    background: rgba(255,255,255,.9);
    position: relative;
}
/* .well_class fieldset label {
    color: #fff !important;
} */
.well_class  fieldset input {
    background: none !important;
    border: none !important;
    border-bottom: 1px solid #7954d7;
	color:#fff !important;
}
fieldset.contact_form_sec {
    background: none !important;
}
fieldset.contact_form_sec input {
    border-bottom: 1px solid #dadada !important;
    color: #000 !important;
}
.contact_form_sec .fa{
    border: none !important;
}
.contact_form_sec .fa {
    border: none;
}
.contact_form_sec .smart-form .label {
    font-size: 16px;
}
.contact_form_sec .smart-form .label {
    color: #000 !important;
}
.contact_form_sec .well_class h3 {
    text-align: center;
    color: #fff;
    margin-bottom: 25px;
}
fieldset.contact_form_sec label {
    font-size: 15px !important;
}
fieldset.contact_form_sec .note {
    display: block;
    margin-top: 20px !important;
}
.footer_sec {
    margin-top: 15px;
}
.well_class h3 {
    text-align: center;
    color: #fff !important;
}
.right_bar_form {
	width: 100%;
	padding-left: 40px;
	margin-top: 40px;
	max-width: 100%;
	z-index: 99;
	position: relative;
	padding-right: 40px;
}
.right_bar_form h3 {
    font-weight: 600;
    font-size: 24px;
}
.right_bar_form p {
    font-size: 15px;
    line-height: 25px;
}
 #extr-page .login-app-icons {
    vertical-align: top;
    margin-top: 20px !important;
    margin-bottom: 45px;
}
.social_icon_form h5 {
    color: #000;
    margin-top: 35px;
}
fieldset.contact_form_sec .fa {
    color: #fff;
}

@media (min-width:992px) { 
	.right_side_bar_form {
		min-height: 900px;
	}
	.logo_sec_header img {
    max-width: 190px;
}
}


@media (min-width:768px) {
	.left_sidebar_content {
		height: 100vh;
	}
	.right_side_bar_form  .login-app-icons {
		width: 100% !important;
		/* float: right; */
	}
	
}

@media (max-width:992px) { 
	.right_side_bar_form {
		background: url(../img/desktop_img.jpg);
		background-position: center top;
		background-repeat: no-repeat;
		height: 100vh;
		text-align: left;
		background-size: cover;
	}
	.well_class.no-padding {
		position: static;
		transform: translate(0, 0);
		padding: 30px 30px !important;
	}
	.right_side_bar_form {
		background: url(../img/desktop_img.jpg);
		background-position: center top;
		background-repeat: no-repeat;
		height: auto;
		text-align: center;
		min-height: 300px;
		background-size: cover;
	}
	.well_class.no-padding {
		position: static;
		transform: translate(0, 0);
		padding: 30px 30px !important;
		margin-top: 40px;
	}
	.left_sidebar_content {
		height: auto;
	}
	.right_bar_form {
		max-width: 100%;
		margin: 0 auto;
		padding-left:00px;
		padding: 0 20px;
	}
	.right_side_bar_form {
		padding: 40px 0;
		
	}
	.right_bar_form .login-app-icons {
	margin: 0 auto;
}
	}
	.mobile_logo {
			display:none;
		}
	
	@media (max-width:768px) {
		.logo_sec_header.not_mobile {
			display: none;
		}
	}
	@media (max-width:767px) {
		.mobile_logo {
			display:block;
		}
		.well_class.no-padding {
			padding: 30px 10px !important;
			margin-top: 40px;
		}
		.well_class.no-padding {
		margin-top: 0;
	}
	.logo_sec_header.mobile_logo {
    margin-bottom: 20px;
}
.logo_sec_header.mobile_logo {
    text-align: center;
}
.well_class.no-padding {
	margin-top: 0;
	
	background-position: top center;
	background-repeat: no-repeat;
}
.well_class.no-padding ::before {
    content: '';
    background: rgba(255,255,255,0.07);
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    z-index: -9;
}

}
	
	
.dont_have_acccount p {
	float: left;
	width: 50%;
}
.dont_have_acccount p:nth-of-type(2) {
	text-align: right;
}
.dont_have_acccount {
	margin-top: 18px;
	margin-bottom: 25px;
}
.dont_have_acccount p {
    font-size: 15px;
}

.well_class label {
	font-size: 15px;
	color: #000;
	margin-bottom: 6px;
}
.well_class .checkbox input[type="checkbox"] {
    left: 0px;
}
.smart-form .checkbox, .smart-form .radio {
	padding-left: 0;
}
.well_class .checkbox input[type="checkbox"] {
	left: 21px;
	top: 2px;
	height: 16px;
}
.well_class .form-group {
	margin-bottom: 15px;
}

.form-control {
padding-left: 10px !important;
box-sizing: border-box !important;
height: 40px;
}
.note_highlight {
    padding: 17px 41px;
    background: #eee;
	background-size: cover;
	margin-top: 35px;
	margin-bottom: 15px;
	color:#000;
    font-size: 14px;
    text-align: center;
}
.well_class h3 img {
	max-width: 170px;
}

