
body {
    min-height: 100vh;
    background: #474747;
    display: flex;
    font-family: sans-serif;
}


.bg{
    background: #ffe4e1;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sbg {
    background: #ffe4e1;
}
.form{
    width: 25rem;
    padding: 15px;
    border-radius: 10px; 
    margin: auto; 
    background-color: #ffffff86;
}
.LL{
    right: 0;
    display: block;
    margin: auto;
    float: right;
}
@media (max-width: 500px) {
    .form{
        width: 20rem;
        margin: 1rem;
    }
    
}