body {
    background:  #2E1E15;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    font-size: 16px;
    /* box-shadow: inset 0 0 5rem rgba(0, 0, 0, .9); */
  }

#section-login {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: stretch;
    height: 100vh;
    background: transparent;
}


.wrap-login {
    background: radial-gradient(circle at 80% 90%, #FFD04A, #F8EF47) !important;   
    width: 100%;
    transition: opacity 1s ease-in-out;
    opacity: 0;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}

.wrap-form {
    width: 250px;
    margin: 0 auto;    
}

.title {
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    padding: 5px 0 10px;
}

#logo {
    width: 100%;
    text-align: center;
}

.btn-rr {
    display: inline-block;
    padding: 5px 15px;
    background-color: #523A20;
    border: 1px solid #311A0F;
    color: #FFF;
    font-size: 0.9em;
    border-radius: 20px;
    transition: background-color 0.5s ease-out, box-shadow .08s linear;
    box-shadow: 0 0px 0px 0px rgba(90, 90, 90, 0.1);
    cursor: pointer;
    text-align: center;
}

@media screen and (min-width: 960px) {
    .banner-login {
        width: 75%;
        background:  #2E1E15 url('../img/nrr_2025_1.jpg?v=1') center center;
        background-size: cover;
    }

    .wrap-login {
        width: 25%;
        min-width: 400px;
    }
}