body{
	font-family: 'Quicksand', sans-serif;
	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;
} /* the new scrollbar will have a flat appearance with the set background color */

::-webkit-scrollbar-thumb {
      background-color: rgba(0, 0, 0, 0.2);
} /* this will style the thumb, ignoring the track */

::-webkit-scrollbar-button {
      background-color: #000;
} /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */

::-webkit-scrollbar-corner {
      background-color: black;
} /* if both the vertical and the horizontal bars appear, then perhaps the right bottom corner also needs to be styled */

.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;*/
    /*box-shadow: 5px 0px 15px rgba(0, 0, 0, 0.2);*/
    /*background-color: #0d1b28;*/
	/*text-align:center;*/
	/*padding-top: 100px;*/
	/*color: #fff;*/
	/*overflow-y: scroll;*/
/*}*/
.login-area {
    width: 100%;
    position: relative;
    /*box-shadow: 5px 0px 15px rgba(0, 0, 0, 0.2);*/
    /*background-color: #0d1b28;*/
    background-image: url(../association.jpg);
	/*text-align:center;*/
	padding-top: 100px;
	/*color: #fff;*/
	/*overflow-y: scroll;*/
    background-size: cover;
    background-position: center;
}

.image-area {
    width: 75%;
    background-image: url(../bg.jpg);
	background-size: cover;
    background-position: center;
}

.image-area.forgot-pass {
    background-image: url(../img/bg2.jpg);
}

.login-header,.login-content {
    padding: 0 0px;
	margin-bottom: 60px;
}

h2.title {
    font-weight: bold;
    font-size: 30px;
    line-height: 1.2;
	color: #888181;

}
form#form_login {
    /* margin: 116px 83px 0px 866px; */
    /* max-width: 315px; */
    /* margin: 12% 0 0 70%; */
    width: 300px;
    background: #ffffffbd;
    border: 1px solid #0000002e;
    padding: 13px 14px;
    /* margin: 0 auto; */
    /* float: right; */
    position: ABSOLUTE;
    top: 70px;
    right: 90px;
    border-radius: 4px;
}
input.input-field:focus {
	color: #000;
}
input.input-field {
    width: 100%;
    padding: 4px 11px;
    margin-bottom: 14px;
    background: #fff;
    border: 1px solid #d0caca;
    position: relative;
    transition: all .3s;
    -webkit-transition: all 0.3s;
    display: block;
    box-sizing: border-box;
    border-radius: 0px 14px 14px 0px;
}

input.password{
    border-right: none;
    border-radius: 0px;
}

input.input-field:focus {
    outline: none;
}

.form-group {
    display: block;
    width: 100%;
}


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.link:hover {
    color: #fff;
}
.login-bottom-links a.link i {
    margin-right: 10px;
    font-size: 14px;
}


@media (min-width: 1500px) {
	.login-area {
		width: 100%;
	}
	/*.image-area{*/
		/*width:75%*/
	/*}*/
}
/*@media (max-width: 1499px) {*/
	/*.login-area {*/
		/*width: 40%;*/
	/*}*/
	/*.image-area{*/
		/*width:60%*/
	/*}*/
/*}*/
@media (max-width: 1499px) {
	.login-area {
		width: 100%;
	}
	.image-area{
		width:100%
	}
}

@media only screen and (max-width: 991px) {
	.login-area {
		width: 45%;
	}
	.image-area{
		width:55%
	}
}

@media only screen and (max-width: 767px) {
	.login-area {
		width: 55%;
	}
	.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;
	}
}

button.btn.btn-primary {
    width: 36%;
    padding: 6px 1px;
    background: linear-gradient(109deg, #9142B4, #F4952B);
    box-shadow: none;
    color: #ffffff;
    border-radius: 10px;
    border: none;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 51px;
}

button.btn.btn-primary:focus {
    outline: none;
}

label {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    color: #000000e8;
    padding-left: 15px;
}

.form-group {
    margin-bottom: -5px;
}

.input-container{
    display: flex;
    flex-direction: row;
}
form#form_login h2 {
    font-weight: 600;
    color: #b13e75;
    text-transform: uppercase;
    font-size: 17px;
    background: #dfdd;
    padding: 6px 11px;
    border: 1px solid #00000054;
    border-radius: 3px;
    margin-bottom: 0;
    margin-bottom: 17px;
}
.icon{
    margin-top: 0px;
    border:1px solid #D0CACA;
    border-right: none;
    width: 20px;
    text-align: center;
    max-height: 29px;
    border-radius: 14px 0px 0px 14px;
}
form#form_login img {
    max-width: 100%;
    margin-bottom: 20px;
    text-align: CENTER;
    display: table;
    margin: 0 auto;
    margin-bottom: 25px;
}
.eye-button{
    border-radius: 0px 14px 14px 0px;
    border-left: none;
    position: relative;
    border-right:1px solid #D0CACA;
    cursor: pointer;
}
.button-element{
    margin-left: 10px;
    right: 8px;
    position: absolute
}
.icon-element{
    margin-top: 5px;
    margin-left: 7px;
    font-size: 18px;
}

.input-field{
    border-left: transparent !important;
}
