body{
	font-family: 'Quicksand', sans-serif;
	font-family: "Open Sans",sans-serif !important;
	font-size:15px;
	font-weight:500;
}
a{

    transition: all .3s;
	-webkit-transition: all 0.3s;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background-color: #314252;
    background-color: white;
} /* the new scrollbar will have a flat appearance with the set background color */

::-webkit-scrollbar-thumb {
      background-color: rgba(0, 0, 0, 0.2);
      background-color: #e65a8a;
} /* this will style the thumb, ignoring the track */

::-webkit-scrollbar-button {
      background-color: white;
} /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */

::-webkit-scrollbar-corner {
      background-color: white;
} /* if both the vertical and the horizontal bars appear, then perhaps the right bottom corner also needs to be styled */

.error-login {
	display: none;
}

.error-forgot-password {
	display: none;
}

.main-content-wrapper {
    width: 100%;
    -height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.login-area {
    width: 35%;
    position: relative;
    background-color: #4a0726;
	text-align:center;
	padding-top: 100px;
	color: #fff;
	-overflow-y: scroll;
}

.image-area {
    width: 75%;
    background-image: url(../../img/bg.jpg);
	background-size: cover;
    background-position: center;
}

.image-area.forgot-pass {
    background-image: url(../../img/bg2.jpg);
}

.login-header,.login-content {
    padding: 0 60px;
	margin-bottom: 60px;
}

h2.title {
    font-weight: 300;
    font-size: 30px;
    line-height: 1.2;
		color: #fff;
}
form#form_login {
    max-width: 330px;
    margin: 0 auto;
}
input.input-field:focus {
	color: #000;
}
input.input-field {
    width: 100%;
    padding: 14px 10px;
    margin-bottom: 14px;
    background: #1b2935;
    border: 1px solid #424a52;
    position: relative;
    transition: all .3s;
    -webkit-transition: all 0.3s;
    display: block;
    box-sizing: border-box;
	color:#fff;
}

input.input-field:focus {
    outline: none;
    border: 1px solid #bec8d2;
    background: #f7f7f7;
}

.form-group {
    display: block;
    width: 100%;
}

button.btn.btn-primary {
    width: 100%;
    padding: 14px 10px;
    background: #2191bf;
    box-shadow: none;
    color: #ffffff;
    border: 1px solid #2d86ab;
    margin-bottom: 30px;
		font-size: 16px;
		font-weight: 500;
}
button.btn.btn-primary i {
    font-size: 16px;
    margin-left: 10px;
    color: #b1c8d2;
}
.login-bottom-links a.link {
    display: block;
    color: #72818e;
}
.login-bottom-links a:hover {
    color: #e65a8a;
		text-decoration: none;
}
.login-bottom-links a.link i {
    margin-right: 10px;
    font-size: 14px;
}

.slider img {
	height:80px;
	width:80px;
	border-radius: 50%;

}

@media (min-width: 1500px) {
	.login-area {
		width: 100%;
	}
	.image-area{
		width:75%
	}
}
@media (max-width: 1499px) {
	.login-area {
		width: 100%;
	}
	.image-area{
		width:60%
	}
}

@media only screen and (max-width: 991px) {
	.login-area {
		width: 100%;
	}
	.image-area{
		width:55%
	}
}

@media only screen and (max-width: 767px) {
	.login-area {
		width: 100%;
	}
	.image-area{
		width:45%
	}
	.login-header, .login-content {
		padding: 0 20px;
	}
}
@media only screen and (max-width: 600px) {
	.login-area {
		width: 100%;
	}
	.image-area{
		width:0%;
		display:none;
	}
}

.login-area {
	background-color: white;
	-overflow-y: hidden;
	width: 36%;
	margin-left: 32%;
}

.form-control{
  background-color: transparent !important;
  border: 0px !important;
  border-radius: 0 !important;
  border-bottom: solid 1px #bfbfbf !important;
	border: 0;
	box-shadow: none !important;
	font-size: 21px;
	height: 40px;
	font-weight: 300 !important;
	-webkit-box-shadow: 0 !important;
	-webkit-appearance: none !important;
}

.form-control{
  font-size: 18px !important;
  border-radius: 36px !important;

  height: 40px !important;
  font-weight: 300;

  background-color: transparent !important;
  border: 0px !important;
  border-bottom: solid 1px #bfbfbf !important;
  background-color: white !important;
  border: solid 1px #bfbfbf !important;
}

.login-area{
	    background-color: #c000ff2e;
}

.login-area a{
	    color: #fff !important;
}

.main-content-wrapper{
	background-color: #f9f9f9 !important;
	background-image: url(../../img/bg.jpg);
	background-size:auto;
}

input{
	font-weight: 300 !important;
}

input::-webkit-input-placeholder, input::-moz-placeholder, input::-ms-input-placeholder{
	font-weight: 300 !important;
}

.form-control:focus{
	box-shadow: 0;
  border-color: #e65a8a !important;
}

.form-control:hover{
  border-color: #e65a8a !important;
}

.login-area div{
	-padding: 0 !important;
	-margin: 0 !important
}

.btn-primary{
		background-color:  #e65a8a !important;
		border: 0;
		border-radius: 0;
		box-shadow: 0 0 !important;
}

.item_label{
		color: white;
		font-weight: 300;
}

.label{
    color: #f9b7b7;
}
.error-register{
  color: #b12626 !important;
}

.login-area{
	padding-top: 50px;
}

.login-header{
	margin-bottom: 60px;
}

.login-header img{
	width: 100%;
	height: auto;
}

.btn-primary{
	border: 0 !important;
	margin-top: 40px;
}

label.item_label{
	margin: 20px 0 0 0 !important;
}

.btn-register {
    width: 100%;
    padding: 10px 0;
    font-size: 21px;
}

.btn{
	border-radius: 50px !important;
}

#terms_check{
	color: #f9b7b7;
}


@media (max-width: 1300px){

.login-area{
	width: 40%;
	margin: 0 0 0 30%;
}

}

@media (max-width: 1100px){

.login-area{
	width: 50%;
	margin: 0 0 0 25%;
}

}

@media (max-width: 900px){

.login-area{
	width: 60%;
	margin: 0 0 0 20%;
}

@media (max-width: 600px){

.slick-slider{
	display: none !important;
}

@media (max-width: 460px){

	.login-area{
		width: 80%;
		margin: 0 0 0 10%;
	}

}