/* body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    overflow-x: hidden;
} */

.loginimages {
    height: 100vh;
    overflow: hidden;

}

.loginform {
    width: 500px;
    height: auto;
    border-radius: 5px;
    background-color: white;
    text-align: center;
    padding: 15px 4px;
    box-shadow: rgba(22, 22, 22, 0.35) 0px 5px 15px;

}

.financelogin {
    background-image: url("../images/money-2696229_1280.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
   min-height: 100vh;
    max-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loginform>.formdetails{
    padding: 10px 5px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.inpfields>input {
    border: none;
    outline: none;
    color: #8d949e;
    font-size: 16px;
    padding: 2px 4px;
    height: 40px;
    width: 86%;
    background-color: #ffffff;
}

.formdetails>label {
    float: inline-start;
}

.inpfields {
    border: 0.4px solid #b1b1b1;
    /* width: 70%; */
    border-radius: 5px;
    position: relative;
    margin-bottom: 20px;
}

.inplogos {
    position: absolute;
    /* right: 59px; */
    top: 50%;
    transform: translateY(-50%);
}

.filednames {
    display: block;
    text-align: left;
    color: #202427;
    font-weight: 500;
}

.lo {
    width: 67%
}

.loginbutton {
    border: none;
    width: 26%;
    height: 46px;
    border-radius: 3px;
    padding: 7px 11px;
    color: #000017;
    font-weight: 500;
    font-size: 19px;
    background-color: #F7C02C;
}

.changeFields {
    color: #0D58AE;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
}

@media only screen and (max-width:620px) {
    .lo {
        width: 77%;
    }

    .loginform {
        width: 95%;
    }

    .loginlogo {
        width: 67%;
    }

    .inpfields {
        margin-bottom: 11px;
    }

    .loginbutton {
        width: 30%
    }

    .inpfields>input {
        height: 40px;
    }
}