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

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

.login-cover {
    background-image: url(../img/login/back-repo-image-box.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

.login-cover .row {
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: white; */
}

.login-form {
    /* background-image: linear-gradient(rgb(0 180 251), rgb(0 132 243)); */
    /* background-color: antiquewhite; */
    padding: 95px 80px;
}

.broker-logo-box {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

/* .login-cover{
    min-height: 70vh;
} */
.welcome {
    text-transform: uppercase;
    color: white;
    text-align: center;
    padding: 20px 0;
}

.img-sect {
    padding: 70px;
    display: flex;
    justify-content: center;
    padding-top: 0px;
    padding-bottom: 0px;
}

.image-data img {
    width: 140px;
}

.btn-submit {
    background-color: rgb(0 205 148);
    font-weight: 500;
    text-transform: uppercase;
}

.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;
}

/* input[type=checkbox]{
    background-color: transparent;
} */
.form-group input[type="password"] {
    text-align: center;
    letter-spacing: 5px;
}

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

.img-sect img {
    width: 74%;
}

.image-data {
    background: white;
    padding: 12px;
    border-radius: 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.form-group input[type="password"],
input[type="text"] {
    border-radius: 15px;
    margin-bottom: 10px;
}

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

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

.image-header-text h4 {
    font-size: 40px;
    margin-bottom: 30px;
    font-weight: 600;
    color: white;
}

.image-header-text {
    text-align: center;
}

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

@media screen and (max-width:992px) {
    .login-form {
        padding: 60px 35px;
    }

    .login-form-wrapper {
        padding-top: 0px;

    }

    .form-group input[type="text"]::placeholder {
        font-size: 13px;

    }

    .form-group input[type="password"]::placeholder {
        font-size: 13px;

    }

    .login-cover {
        background: #165996;
        padding-bottom: 30px;
        margin-top: 30px;
        border-radius: 30px;
    }
    .image-header-text h4{
        display: none;
    }
}





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

.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; */
    top: 10px;
}

.submit-repo-btn-box {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    background-color: #0fc1d4;
    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: #0c66ed;
    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;
}