
.footer-section {
    position: absolute; /* Or use fixed for a sticky footer */
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%; /* Ensures it spans across the page */
    text-align: center;
    background-color: #400A0A; /* Optional: footer background color */
    padding: 10px 0;
    opacity: 0.8;
}
.register-img {
    background-image: url(../images/auth.svg); /* Path to your image */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; /* Adjust the size of the image */
    min-width: 550px; /* Set a fixed width */
    min-height: 550px; /* Set a fixed height */
    margin: 0 auto; /* Center the div horizontally */
    display: block; /* Ensure the div behaves like a block element */
}
.register-img {
    background-image: url(../images/auth.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    min-width: 550px;
    min-height: 550px;
    margin: 0 auto;
    display: block;
    /*width: 100%;*/
    /*height: 100%;*/
}

@media screen and (max-width: 768px) {
    .register-img {
        min-width: 300px;
        min-height: 300px;
    }
}

@media screen and (max-width: 480px) {
    .register-img {
        min-width: 250px;
        min-height: 250px;
    }
}

@media (max-width: 768px) {
    .footer-section {
        font-size: 14px; /* Smaller text for mobile devices */
    }
}

.register{
    /*background: -webkit-linear-gradient(left, #3931af, #00c6ff);*/
    padding: 3%;
    width: 100%;
    height: 100%;
}

body, html {
    height: 100%;
}

body {
    /* The image used */
    /*background-image: url("../images/background.jpg");*/
    background: linear-gradient(to right, hsl(26.57deg 73.68% 37.25% / 68%), rgb(65 20 15 / 0%)), url(../images/fintech.jpg), center, no-repeat;

    /* Full height */
    /*height: 100%;*/

    /* Center and scale the image nicely */
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    background-size: cover;
}

.register-left {
    text-align: center;
    color: #fff;
    margin-top: 4%;
}

.register-left input {
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    width: 60%;
    background: #f8f9fa;
    font-weight: bold;
    color: #383d41;
    margin-top: 30%;
    margin-bottom: 3%;
    cursor: pointer;
}
.auth-logo {
    width: 230px;
    /*height: 260px;*/
    height: 200px;
}
.content {
    min-height: calc(100vh - 50px); /* Adjust 50px to the height of your footer */
}

.footer-section {
    position: relative;
    bottom: 0;
    width: 100%;
    background-color: #333; /* Or your desired footer color */
    padding: 10px 0;
    text-align: center;
    color: white;
    position: fixed;
    bottom: 0;
}
.register-right {
    background: #f8f9fa;
    border-top-left-radius: 6% 6%;
    border-bottom-left-radius: 6% 6%;
    min-height: 82%; /* Use viewport height to make it responsive */
    position: absolute; /* Ensures no gap on the right */
    right: 0;
    opacity: 0.9;
    justify-content: center;  /* Center horizontally */
    align-items: center;  /* Center vertically */
    width: 100%;  /* Ensure it occupies the full width */
}

/* Media Queries for responsiveness */
@media (max-width: 1200px) {
    .register-right {
        height: auto; /* Adjust height for larger tablets or smaller screens */
    }
}

@media (max-width: 768px) {
    .register-right {
        height: auto; /* Adjust height for mobile devices */
        border-radius: 4% 4%; /* Slightly smaller border-radius for mobile */
    }
}

@media (max-width: 480px) {
    .register-right {
        height: auto; /* Adjust height for very small screens */
        padding: 10px;  /* Add padding for smaller devices */
    }
}

.register-left img {
    margin-top: 15%;
    margin-bottom: 5%;
    width: 25%;
    -webkit-animation: mover 2s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
}
@media (max-width: 768px) {
    .register-left {
        text-align: center;
        margin-bottom: 20px;
    }

    .register-right {
        padding: 10px;
    }

    .register-form .form-group {
        margin-bottom: 10px;
        padding: 0%;
        /* margin-top: 10%; */
        width: max-content;
        padding-top: 0px;
    }

    .nav-tabs {
        flex-direction: column;
    }

    .btn {
        width: 100%;
    }

    .footer-section {
        padding: 10px;
    }
}

.register-left p {
    font-weight: lighter;
    padding: 12%;
    margin-top: -9%;
}

.btnRegister {

    margin-top: 20px;
    border: none;
    border-radius: 1.5rem;
    padding: 10px;
    background: #0062cc;
    color: #fff;
    font-weight: 600;
    width: 200px;
    cursor: pointer;
}

.btnLogin {
    float: right;
    margin-top: 20px;
    border: none;
    border-radius: 1.5rem;
    padding: 10px;
    background: #0062cc;
    color: #fff;
    font-weight: 600;
    width: 200px;
    cursor: pointer;
}

.register .nav-tabs {
    margin-top: 3%;
    border: none;
    background: #0062cc;
    border-radius: 1.5rem;
    width: 250px;
    float: right;
}

.register .nav-tabs .nav-link {
    padding: 2%;
    height: 34px;
    font-weight: 600;
    color: #fff;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}

.register .nav-tabs .nav-link:hover {
    border: none;
}

.register .nav-tabs .nav-link.active {
    width: 127px;
    color: #0062cc;
    border: 2px solid #0062cc;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}

.register-heading {
    text-align: center;
    margin-top: 8%;
    margin-bottom: -15%;
    color: #495057;
}

.btn-primary {
    color: #fff;
    background-color: #e2912b;
    border-color: #e2912b;
}

a {
    color: #e2912b;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}