* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

.corporate-login-wrapper {
    min-height: 100vh;
    padding: 30px 0;
    background-image: url(../img/login/moon-image-back.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}

.corporate-image-box img {
    width: 80%;
}

.corporate-login-cover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
    background-image: url(../img/login/corporate-login-back-imag.png);
    background-size: 101% 101%;
    background-repeat: no-repeat;
    height: 100%;
    width: 80%;
    padding: 60px;
    background-position-x: center;
}

form#corporate-login-form {
    background: white;
    padding: 60px;
    border-radius: 13px;
    border-radius: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    padding-top: 30px;
}
.broker-heading-text p {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 40px;
}
.broker-heading-text span {
    color: #6ba3b7;
}  
.broker-logo-image-box {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-left: 100px;
    margin-bottom: 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    width: fit-content;
    padding: 10px;
    border-radius: 15px;
}
.broker-logo-image-box img {
    width: 140px;
    border-radius: 5px;
}
.form-group input {
    border-radius: 15px;
}
.broker-heading-text {
    text-align: center;
}

.btn-repo-cover-data {
    display: flex;
    justify-content: center;
}

.right-img img {
    border-radius: 10px 0 0px 10px;
    width: 100%;
}

.btn-1 {
    background-color: rgb(3 68 134);
    color: white;
    border: none;
    padding: 13px 25px;
    border-radius: 7px;
}

.corporate-header h3 {
    margin-bottom: 40px;
    font-weight: 600;
    color: rgb(3 68 134);
}

.login-form input {
    padding: 20px 10px;
}

.login-form {
    padding: 30px;
    margin-left: -60px;
    background-color: white;
}

.forgot a {
    text-decoration: none;
    color: black;
    font-size: 15px;
}

.form-check-label {
    font-size: 16px;
}

@media screen and (max-width:991px) {
    .right-img img {
        border-radius: 0px 0px 0px 10px;
    }

    .login-form {
        padding: 70px 40px;
        margin-left: 0px;
    }

    .corporate-login-wrapper {
        margin-top: 0;
    }
    .corporate-login-cover {
        width: 90%;
        padding: 15px;
    }
    form#corporate-login-form {
        background: white;
        padding: 14px;
        border-radius: 13px;
        border-radius: 20px;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
        padding-top: 30px;
        margin-top: 40px;
    }
    .corporate-image-box {
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin: 0 auto;
    }
    div#lottie-animation {
        width: 200px !important;
        height: 200px !important;
    }
    .corporate-login-wrapper {
        background-size: cover;
    }
    .corporate-image-box img {
        /* width: 60%;
        margin-top: 20px; */
    }
    .broker-logo-image-box {
        margin-left: 30px;
    }
}

@media screen and (max-width:500px) {
    .login-form {
        padding: 70px 13px;
    }
}


.form-group {
    display: flex;
    line-height: 30px;
    align-items: center;
    position: relative;
    /* max-width: 200px; */
}

.form-group input[type="text"]::placeholder {
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.form-group input[type="password"]::placeholder {
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.form-group input[type="password"] {
    text-align: center;
    letter-spacing: 5px;
}

.form-group input[type="text"] {
    text-align: center;
}

.form-group .input {
    width: 100%;
    height: 45px;
    line-height: 30px;
    padding: 0 5rem;
    padding-left: 3rem;
    border: 2px solid transparent;
    border-radius: 10px;
    outline: none;
    background-color: #f8fafc;
    color: #0d0c22;
    transition: .5s ease;
}

.form-group .input::placeholder {
    color: #94a3b8;
}

.form-group .input:focus,
input:hover {
    outline: none;
    border-color: rgba(129, 140, 248);
    background-color: #fff;
    box-shadow: 0 0 0 5px rgb(129 140 248 / 30%);
}

.icon {
    position: absolute;
    left: 1rem;
    fill: none;
    width: 22px;
    height: 30px;
    /* font-size: 36px; */
}

.submit-repo-btn-box {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    background-color: #6ba3b7;
    padding: 15px 40px;
    border: none;
    border-radius: .6rem;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.submit-repo-btn-box span:not(:nth-child(6)) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 30px;
    width: 45px;
    background-color: #84d4f1;
    border-radius: 50%;
    transition: .6s ease;
}

.submit-repo-btn-box span:nth-child(6) {
    position: relative;
}

.submit-repo-btn-box span:nth-child(1) {
    transform: translate(-3.3em, -4em);
}

.submit-repo-btn-box span:nth-child(2) {
    transform: translate(-6em, 1.3em);
}

.submit-repo-btn-box span:nth-child(3) {
    transform: translate(-.2em, 1.8em);
}

.submit-repo-btn-box span:nth-child(4) {
    transform: translate(3.5em, 1.4em);
}

.submit-repo-btn-box span:nth-child(5) {
    transform: translate(3.5em, -3.8em);
}

.submit-repo-btn-box:hover span:not(:nth-child(6)) {
    transform: translate(-50%, -50%) scale(4);
    transition: 1.5s ease;
}
