html,
body {
    background: radial-gradient(circle, #2ec3f2 0, #144d94 71%, #072a57 100%) !important;
}

.login-logo {
    text-align: center;
    margin-bottom: 15px;
}

.login-logo img {
    width: 400px !important;
    height: 190px !important;
    display: block;
    margin: 0 auto;
}

.login-logo span {
    color: #fff !important;
}

.login-register {
    height: 100% !important;
    width: 100% !important;
    padding: 5% 0 !important;
    position: fixed !important;
}

.login-box {
    width: 400px !important;
    height: auto;
    margin: 0 auto !important;
    border-radius: .25rem !important;
}

.append-user,
.append-lock,
.append-envelope {
    position: relative;
}

.append-user::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    content: "\f007";
    position: absolute;
    top: 5px;
    right: 10px;
    color: #777;
}

.append-lock::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    content: "\f023";
    position: absolute;
    top: 5px;
    right: 10px;
    color: #777;
}

.append-envelope::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    content: "\f0e0";
    position: absolute;
    top: 5px;
    right: 10px;
    color: #777;
}

.form-group label {
    font-size: 14px;
    font-weight: 400;
}

.form-group .form-control {
    font-size: 14px;
    border: 1px solid #aaa !important;
    border-radius: .25rem !important;
    box-shadow: none !important;
}

#login-btn {
    padding: calc(.5em - 1px) 1em;
    border-radius: .25rem !important;
}

#to-recover {
    float: right;
    font-weight: 300;
}

#recoverform {
    display: none;
}

#reset-btn {
    padding: calc(.5em - 1px) 1em;
    border-radius: .25rem !important
}

@media only screen and (min-width: 350px) and (max-width: 768px) {
    .login-logo img {
        max-width: 420px !important;
        width: 300px !important;
        display: block;
        margin: 0 auto;
    }

    .login-box {
        width: 300px !important;
        margin: 0 auto !important;
    }
}

@media only screen and (min-width: 768px) {
    .login-logo img {
        width: 400px !important;
        display: block;
        margin: 0 auto;
    }
    .login-box {
        width: 400px !important;
        margin: 0 auto !important;
    }
}