body {
    background: url(../images/b5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}

.group {
    display: flex;
    padding: 5px 5px;
    background-color: #ffffff;
}
.login-form {
    background: rgba(0, 0, 0, 0.4117647058823529);
    margin: 0 auto;
    max-width: 600px;
    padding: 3em !important;
    border-radius: 10px;
    box-sizing: border-box;
}
.group i {
    color: #009144;
    font-size: 20px;
    padding: 0 10px;
    margin: 5px 0;
}
input[type="text"], input[type="password"] {
    width: 100%;
    border: none;
    box-sizing: border-box;
    background: transparent;
    color: #000;
}
.form-group label {
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    color: #d2d2d2;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-style: italic;
}
.btn-md{
    color: #fff !important;
}
.forgot {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}
.forgot a {
    color: #eee;
    font-size: 17px;
    text-decoration: none;
}
.error{
    margin: 0 50px;
}
@media (max-width: 768px){
    body {
        padding-top: 54px !important;
    }
    .login-form{
        max-width: 100%;
    }
    img{
        width: 100%;
    }
    .ui-dialog{
        width: 100% !important;
        left: 0 !important;
    }
    .error{
        margin: 0;
    }
}
@media(max-width:480px) {
    .w3l-login-form {
    margin: 0 3vw;
}