body {
    width: 100%;
    height: 100vh;
    position: relative;
}

.wrapper {
    background-color: #00fd15;
    background-image: radial-gradient(circle, #04ff00 0%, #636363 74%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.login-logo img {
    height: 90%;
    width: 90%;
}

.login-logo {
    margin-left: auto;
    margin-right: auto;
}

.login-container {
    text-align: center;
    padding-top: 10%;
}

.login-form-1 {
    padding: 5%;
    background: #464543;
    border-radius: .5em;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}

.login-form-1 h3 {
    text-align: center;
    font-family: Impact, Haettenschweiler, sans-serif;
    margin-bottom: 12%;
    color: #04ff00;
}

.btnSubmit {
    font-weight: 600;
    width: 50%;
    color: #282726;
    background-color: #04ff00;
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
}

.btnForgetPwd {
    color: #fff;
    font-weight: 900;
    text-decoration: none;
}

.btnForgetPwd:hover {
    text-decoration: none;
    color: #fff;
}