html, body{
    margin: 0;
    padding: 0;
} 

.ri-user-2-fill:before {
    border: 0.5px solid gray;
    font-size: 50px;
    padding: 10px;
    border-radius: 50%;
}

.login-image-wrapper {
    position: absolute;
}

.card {
    position: relative;
    height: auto;
    border-radius: 15px !important;
    width: 500px;
    box-shadow: 0.1px 0.1px 15px #bfbfbf;
}   

.form-floating p{
    font-size: 12px;
}