.reset-container
{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: 800px;
    background-color: #1C2E4A;
    opacity:0.96;
    color: white;
    padding: 40px;
    border-radius: 5px;
}

.button-container
{
    display: flex;
}

.button-container a
{
    text-decoration: none;
    padding: 10px 10px;
}

.user-login-button
{
    display: flex;
    color: white;
    background-color: #38a170 !important;
    border: none;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 15px;

}

.user-login-button:hover
{
    color: white !important;
    background-color: #45c589 !important;
}

.btn-short
{
    width: 30%;
}