.ftco-section {
    padding: 11em 0;
}


img {
    page-break-inside: avoid; 
}
.img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; 
}
.img, .login-wrap {
    width: 50%; 
}
@media (max-width: 991.98px) {
    .img, .login-wrap {
    width: 100%; } 
}
              
@media (max-width: 767.98px) {
.wrap .img {
    height: 250px; } 
}
.heading-section {
    font-size: 28px;
    color: #000;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.form-group {
    position: relative;
}

.form-group .label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    font-weight: 700;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; 
}
.form-control {
    height: 48px;
    background: #fff;
    color: #000;
    font-size: 16px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
#text {
    display: block;
    color: 000;
    font-weight: 300;
    font-style: italic;
    padding: 5px;
}
#form {
    position: relative;
}
#text {
    display: block;
    color: #000;
    font-weight: 300;
    padding: 5px;
    font-style: italic;
}
#form .inputBox {
    position: relative;
}
#form.invalid .inputBox:before {
    content: '';
    position: absolute;
    right: 12px;
    top: 42px;
    width: 24px;
    height: 24px;
    background-image: url("img/invalid.png");
    background-size: cover;
    z-index: 1000;
}
#form.valid .inputBox:before {
    content: '';
    position: absolute;
    right: 12px;
    top: 42px;
    width: 24px;
    height: 24px;
    background-image: url("img/valid.png");
    background-size: cover;
    z-index: 1000;
}
.btn.btn-primary {
    background: #032f3c !important;
    border: 1px solid #032f3c !important;
    color: #fff !important;
}
.w-50 {
    width: 50% !important;
}
.wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 34px -15px rgb(0 0 0 / 24%);
    -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 34px -15px rgb(0 0 0 / 24%);
}
.checkbox-primary {
    color: #032f3c;
}
.checkbox-wrap {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.mb-0, .my-0 {
    margin-bottom: 0 !important;
}
.checkbox-wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
input[type="radio"], input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
}
.text-center a{
    color: #032f3c;
    text-decoration: none;
}
.checkbox-primary input:checked ~ .checkmark:after {
    color: #032f3c;
}

.checkbox-wrap input:checked ~ .checkmark:after {
    display: block;
    content: "\f14a";
    font-family: "FontAwesome";
    color: rgba(0, 0, 0, 0.2);
}
.checkmark:after {
    content: "\f0c8";
    font-family: "FontAwesome";
    position: absolute;
    color: rgba(0, 0, 0, 0.1);
    font-size: 20px;
    margin-top: -4px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.form-group a {
    color: gray;
    text-decoration: none;
}
.social-media {
    position: relative;
    width: 100%; 
}
.social-media .social-icon {
    display: block;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 16px;
    margin-right: 5px;
    border-radius: 50%; 
    text-decoration: none;
}
.social-media .social-icon span {
    color: #999999; 
}
.social-media .social-icon:hover, .social-media .social-icon:focus {
    background: #032f3c; 
}
.social-media .social-icon:hover span, .social-media .social-icon:focus span {
    color: #fff; 
}