.fxt-template-layout4 {
    min-height: 100vh;
}

.fxt-template-layout4 .fxt-bg-wrap {
    padding: 8vh 0 8vh 16vw;
    min-height: 100vh;
    position: relative;
    z-index: 1;
}
.fxt-template-layout4 .fxt-bg-wrap:before {
    position: absolute;
    z-index: 0;
    background-color: #027ac3;
    content: "";
    min-height: 100%;
    width: 35vw;
    top: 0;
    left: 0;
}

.fxt-template-layout4 .fxt-bg-img {
    padding: 40px 50px;
    min-height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.fxt-template-layout4 .fxt-bg-img:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(2, 2, 3, 0.6);
    left: 0;
    top: 0;
    position: absolute;
    z-index: 0;
}

.fxt-template-layout4 .fxt-header {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    justify-content: center;
    text-align: center;
    z-index: 2;
}

.fxt-template-layout4 .fxt-header .fxt-logo {
    display: block;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
  
}

.fxt-logo img {
    max-width: 250px;
}


.fxt-template-layout4 .fxt-bg-color {
    background-color: #ffffff;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 45px;
}

.fxt-template-layout4 .fxt-content {
    padding: 30px;
    max-width: 460px;
    width: 100%;
}

.fxt-template-layout4 .fxt-form .form-group {
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}

.fxt-template-layout4 .fxt-form .form-control {
    min-height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 30px 10px 10px;
    color: #111;
}

.fxt-template-layout4 .fxt-form .form-group .input-label {
    margin-bottom: 10px;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.fxt-template-layout4 .fxt-btn-fill {
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 3px;
    background-color: #027ac3;
    padding: 10px 36px;
    margin-bottom: 10px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.fxt-template-layout4 .fxt-checkbox-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fxt-template-layout4 .fxt-footer {
    text-align: center;
}

.fxt-template-layout4 .fxt-header h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 10px;
}

.fxt-template-layout4 .fxt-header p {
    color: #fff;
}

.fxt-template-layout4 ul.fxt-socials {
    text-align: center;
}

.fxt-template-layout4 .fxt-bg-img:after {
    content: "";
    right: 0;
    top: 20%;
    position: absolute;
    z-index: 1;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 20px solid #fff;
    border-bottom: 15px solid transparent;
}

.fxt-template-layout4 .switcher-text2 {
    color: #63bbff;
    font-size: 15px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.fxt-template-layout4 .switcher-text {
    color: #63bbff;
    font-size: 15px;
    margin-bottom: 5px;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.field-icon {
    position: absolute;
    z-index: 1;
    right: 10px;
    bottom: 18px;
    padding: 0 5px;
    color: #c5c5c5;
    font-size: 14px;
    width: 35px;
    cursor: pointer;
}




@media (max-width: 768px) {
    .fxt-template-layout4 .fxt-bg-wrap {
        padding: 4vh 0 4vh 6vw;
        min-height: auto;
    }

    .fxt-template-layout4 .fxt-bg-color {
        padding: 25px;
        min-height: auto;
    }
    .fxt-template-layout4 .fxt-header h1 {
        font-size: 28px;
        margin-bottom: 9px;
    }
    .fxt-template-layout4 .fxt-header .fxt-logo {
        margin-bottom: 25px;
    }
    .fxt-template-layout4 .fxt-content {
        padding: 0;
    }
}