body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.8;
    font-weight: normal;
    background: #f8f9fd;
    color: gray;
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: #ED6B3B;
}

    a:hover,
    a:focus {
        text-decoration: none !important;
        outline: none !important;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    line-height: 1.5;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    color: #000;
}

.bg-primary {
    background: #ED6B3B !important;
}

.ftco-section {
    padding: 7em 0;
}

.ftco-no-pt {
    padding-top: 0;
}

.ftco-no-pb {
    padding-bottom: 0;
}

.heading-section {
    font-size: 28px;
    color: #000;
}

.img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.wrap {
    width: 100%;
    overflow: hidden;
    background: #fff;
    border-radius: 16px;
    -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
}

.img {
    width: 40%;
}

.login-wrap {
    width: 60%;
}

.login-wrap {
    position: relative;
    background: #fff
}

.form-group {
    position: relative;
}

    .form-group .label {
        font-size: 14px;
        color: #43556B;
    }

    .form-group a {
        color: gray;
        text-decoration: none;
    }

.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);
}

    .form-control::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: rgba(0, 0, 0, 0.2) !important;
    }

    .form-control::-moz-placeholder {
        /* Firefox 19+ */
        color: rgba(0, 0, 0, 0.2) !important;
    }

    .form-control:-ms-input-placeholder {
        /* IE 10+ */
        color: rgba(0, 0, 0, 0.2) !important;
    }

    .form-control:-moz-placeholder {
        /* Firefox 18- */
        color: rgba(0, 0, 0, 0.2) !important;
    }

    .form-control:focus,
    .form-control:active {
        outline: none !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid #ED6B3B;
    }

.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%;
    }

        .social-media .social-icon span {
            color: #999999;
        }

        .social-media .social-icon:hover,
        .social-media .social-icon:focus {
            background: #ED6B3B;
        }

            .social-media .social-icon:hover span,
            .social-media .social-icon:focus span {
                color: #fff;
            }

.checkbox-wrap {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .checkbox-wrap input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
}

    /* Create the checkmark/indicator (hidden when not checked) */
    .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;
    }

@media (prefers-reduced-motion: reduce) {
    .checkmark:after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

/* Show the checkmark when checked */
.checkbox-wrap input:checked ~ .checkmark:after {
    display: block;
    content: "\f14a";
    font-family: "FontAwesome";
    color: rgba(0, 0, 0, 0.2);
}

/* Style the checkmark/indicator */
.checkbox-primary {
    color: #ED6B3B !important;
}

    .checkbox-primary input:checked ~ .checkmark:after {
        color: #ED6B3B;
    }

.btn {
    cursor: pointer;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 15px;
    padding: 10px 20px;
}

    .btn:hover,
    .btn:active,
    .btn:focus {
        outline: none;
    }

    .btn.btn-primary {
        background: #ED6B3B !important;
        border: 1px solid #ED6B3B !important;
        color: #fff !important;
    }

        .btn.btn-primary:hover {
            border: 1px solid #ED6B3B;
            background: transparent;
            color: #ED6B3B;
        }

        .btn.btn-primary.btn-outline-primary {
            border: 1px solid #ED6B3B;
            background: transparent;
            color: #ED6B3B;
        }

            .btn.btn-primary.btn-outline-primary:hover {
                border: 1px solid transparent;
                background: #ED6B3B;
                color: #fff;
            }

/*cm*/

h3, h4 {
    color: #006DB6;
}

.title-color-tx {
    color: #006DB6;
}

/*end cm*/

/**/

.logo-wapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 100%;
}

    .logo-wapper p {
        font-size: 18px;
        color: #fff;
        padding: 20px 40px 0px;
    }

.login-wrap .title-section:after {
    content: '';
    width: 110px;
    height: 2px;
    background: #ED6B3B;
    bottom: -20px;
    left: 0;
    position: absolute;
    right: 100%;
}

.remove-after .title-section:after {
    display: none;
}

.password-show {
    position: absolute;
    right: 22px;
    top: 50%;
    cursor: pointer;
}

.opt-field input {
    height: 58px;
}

.saprator-line::after, .saprator-line::before {
    content: '';
    background: #707070;
    width: 15%;
    height: 1px;
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    top: 50%;
}

.saprator-line::before {
    left: 0 !important;
}

.social-icons a {
    margin: 0 6px;
    color: #343C5C;
    font-size: 14px;
    border-radius: 27px;
    border: 1px solid #C6CBD2;
    padding: 5px 15px;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.sorry-cls {
    color: #EF413F
}

@media (max-width: 991.98px) {
    .img,
    .login-wrap {
        width: 100%;
    }

    .saprator-line::before, .saprator-line::after {
        width: 5% !important;
    }
}

@media (max-width: 1023.98px) {
    .social-icons a {
        padding: 10px 10px;
        display: flex;
        align-items: center;
        flex-direction: column;
        font-size: 16px;
        line-height: 20px;
        border-radius: 15px;
    }
}

@media (max-width: 767.98px) {
    .wrap .img {
        height: 250px;
    }
}