body {
	background: #ffffff none repeat scroll 0 0;
    color: #7a7a7a;
    font-family: 'Poppins', sans-serif;
  font-size: 13px;
    font-weight: 200;
    line-height: 28px;
    letter-spacing: 0.5px;
}
body.login_dark {
    background-image: url(../../assets/images/credential-bg.svg);
    background-size: cover;
}
html,
body { 
	height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #5957cd;
}
.mb_0{margin-bottom: 0px;}
p {
	color:#7a7a7a;
}
a {
	color: #5957cd;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	transition: all .5s ease;
}
a:hover {
	color: #eb4511;
	text-decoration: none;
	transition: all .5s ease;
}
a:focus {
	outline: none;
	text-decoration: none;
}
img {
	max-width: 100%;
}
ul,
li {
	margin: 0;
	padding: 0;
}
::-webkit-input-placeholder {
	color: #7a7a7a;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}
:-moz-placeholder {
	color: #7a7a7a;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}
::-moz-placeholder {
	color: #7a7a7a;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}
:-ms-input-placeholder {
	color: #7a7a7a;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}
.form-control:focus {
	box-shadow: none;
}
fieldset {
	border: 0 none;
	margin: 0 auto;
	padding: 0;
}
section {
	padding: 60px 0;
	position:relative;
}
.no-padding { 
	padding: 0
}
.login_card_form {
    padding: 40px 50px;
}
.login_card {
    background: #ffffff;
    padding: 0px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    display: flex;
}
.form-group .form-control {
    height: 45px;
    background: #f6faff;    font-size: 14px;
    border-color: #dde5f4;
    border-radius: 10px;
}
a.Password {
    font-weight: 500;
    font-style: italic;
}
label {
    font-weight: 400;
}
button.btn.btn-submit {
    background: #16478e;
    color: #fff;
    padding: 8px 40px;
    display: block;
    width: 100%;
    border-radius: 7px;
}
button.btn.btn-submit:hover {
    background: #fff;
    color: #16478e;
    border-color: #16478e;
}

.login_logo h3 {
    color: #000;
    font-size: 20px;
}
.mb_40{margin-bottom: 40px;}
.form-group p {
    font-weight: 500;
    color: #000;
    text-align: center;
}

label.select_gender_check {
    cursor: pointer;
}
input.sl_gender {
    display: none;
}
span.g_Select {
    display: none;
}
.sl_g_check {
    width: 20px;
    height: 20px;
    border: 1px solid;
    vertical-align: sub;
    border-radius: 100%;
    display: inline-block;
}
input[type=radio]:checked+* .g_Select {
    display: block;
}

span.g_Select {
    background-color: #16478e;
    width: 13px;
    height: 13px;
    border-radius: 100%;
    transform: translate(20%,19%);
}
.form_radio_btn label.select_gender_check:last-child {
    margin-left: 30px;
}
.mt_20{margin-top: 20px;}

/*.login_card {
    display: grid;
    grid-template-columns: 40% 60%;
}*/

.login_logo img {
    width: 26%;
    margin-bottom: 15px;
}

.login_form_img {
    background: #16478e;
    display: flex;
    flex-wrap: nowrap;
    place-content: end;
    place-items: end;
}

.error {
    color: red;
}



.terms__card {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}

.section_title h3 {
    font-size: 35px;
    color: #000;
}
.section_title_btn a {
    background: #16478e;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
}
.section_title_btn a:hover {
    background: #000;
    color: #fff;
}

.terms__card p {
    color: #000;
    font-weight: 500;
    margin-bottom: 3px;
    font-size: 12px;
}
.terms__card h4 {
    color: #000;
}