.row.header-fluid {
    background-color: #ffffff;
}

.logo {
    display: flex;
    align-items: center;
}

.container-fluid.header {
    position: relative;
    width: 100%;
    z-index: 11;
}

.support-button {
    display: flex;
    align-items: center;
    justify-content: end;
}

    .support-button span {
        display: block;
    }

    .support-button p {
        color: #000000;
    }

p.logo-para {
    color: white;
    margin-left: 12px;
    font-size: 18px;
    margin-bottom: 0;
}

.support-button img {
    /* max-width: 0px; */
    width: 98px;
}

form#commonForm {
    margin-bottom: 26px;
}

.inner-sec::after {
    background-color: #000000;
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 130vh;
    opacity: 0.60;
    z-index: 1;
}

button.btn1 {
    background-color: #2c3ca9;
    color: white;
    border-radius: 4px;
    border: none;
    font-size: 15px;
    padding: 7px;
}

    button.btn1.w3-red {
        background-color: #3a8cd8;
    }

    button.btn1:hover {
        background-color: #3a8cd8;
    }

button.btn1 {
    margin: 0px 8px 2px 0px;
    flex-grow: 1;
}

.support-button p {
    font-size: 14px;
}

.row.login-box {
    /* display: flex; */
    /* justify-content: end; */
    /* align-items: center; */
    min-height: calc(100vh - 97px);
}

.btn-maroon {
    background-color: #3fbadb;
}

.inner-sec {
    background-image: url('../images/tr_image/banner.jpg');
    background-size: cover;
    background-position: center;
    /* position: relative; */
}

.heading h1 {
    font-size: 40px;
    color: white;
    font-family: math;
    text-align: center;
}

.heading {
    background-color: #00abe38f;
    padding: 12px;
    border-left: 4px solid #b0eeff;
}

    .heading span {
        font-size: 26px;
        font-weight: 600;
        color: #000000;
        display: block;
        text-align: center;
        letter-spacing: 2px;
    }

@media only screen and (max-width: 768px) {
    .heading h1 {
        font-size: 25px;
    }

    .heading span {
        font-size: 25px;
    }

    .login-4 .form-section {
        padding: 0px 0;
    }
}

.login-4 {
    position: relative;
    overflow: hidden;
}

.footer__shape-regular-left {
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 1;
}

.footer__shape-solid-left {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.footer__shape-solid-right {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.footer__shape-regular-right {
    position: absolute;
    bottom: 30px;
    right: 0;
    z-index: 1;
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

textarea#address {
    height: 80px;
}

.eyeview {
    position: absolute;
    right: 18px;
    top: 40px;
    cursor: pointer;
}
