body {
    background:  #000 url('../img/unsm.webp') 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #dadada;
    /* box-shadow: inset 0 0 5rem rgba(0, 0, 0, .9); */
  }

#section-login {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: stretch;
    height: 100vh;
    background: transparent;
}
.title-system{
    display: none;
    padding: 30px;    
    font-size: 1.3em;    
    font-weight: 100;
    line-height: 1em;    
    color: #5c5c5c;
    text-shadow: -4px 3px 0 #34d16e;
    
    
}
.labelcss{
  color: #708090 !important;
  font-size: 12px;
}
#name-system {
    padding: 2px 2px;
    font-weight: 100;
    color: rgb(68, 68, 68);
    text-align: left;
    font-size: 2em;
    
    
}
.wrap-login {
    background-color: rgba(6, 120, 56,1);
    padding: 20px;
    width: 480px;
    transition: opacity 1s ease-in-out;
    opacity: 0;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    backdrop-filter: blur(10px);
}

.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: #ff3131;
    border: 1px solid white;
    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;
}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/loaderepg.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}
@media screen and (min-width: 768px){
    body{
        background:  #000 url('../img/unsm.webp') 10% 10%;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
        font-size: 16px;
        color: #dadada;
    }

    .title-system {
        display: block;
    }
}