html, body{
    height: 95%;
    background-color: #fff !important;
}

.global-container{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #48e248;
}

.login-form{
    width: 380px;
    height: 500px;
    padding: 20px;
    background-color: #222d32 !important;
    border-radius: 10px !important;
}

input[type="text"],
input[type="password"]{
    background: #1a2226;
    color: #fff;
    border: 2px solid #00ff00;
    border-radius: 10px;
    margin-bottom: 25px;
}

input[type="text"]:focus,
input[type="password"]:focus {
    outline: none;
    border: none;
    background: #1a2226;
    color: #fff;
    margin: 0;
}

.card-tittle{
    font-weight: 900;
    padding-top: 20px;
}

.btn{
    background: #48e248 !important;
    color: #000 !important;
    transform: translateY(10px);
    font-size: 14px;
    border-radius: 10px !important;
}
footer {
    background-color: #343a40;
    color: #fff;
    padding: 1em;
    text-align: center;
}

li{
    color: red;
}

