body, html  {
    width:100%;
    height:100%;
}
body  {
    font-family:Arial, sans-serif;
    font-size:16px;
    color:#ffffff;
    background-image:url(../../img/background/login.jpg);
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
}
.wrapper  {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    min-height:100vh;
}
.wrapperbody  {
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    flex:1;
}
.wrapperfooter  {
    width:100%;
}
.wrapperfootercopy  {
    padding:30px 0;
    font-size:0.8rem;
    line-height:1.2;
    color:rgba(255,255,255,0.6);
}

.minform {
    max-width:260px;
}
.minformtitle  {
    color:#ffffff;
    font-weight:bold;
}
.lffeedback  {
    border-radius:3px;
    background:rgba(255,255,255,0.5);
    padding:10px 5px;
}
.input-group-text  {
    background:#ffffff;
    color:rgba(0,0,0,0.3);
}
