body {
    font-family: "Roboto", serif;
    color: #6A6A6A;
    min-width: 320px;
    height: 100vh;
}

#container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.logo {
    width: 150px;
    margin-bottom: 100px;
    margin-top: 3%;
}

.reset-pass-header {
    font-weight: bold;
    text-align: center;
    font-size: 1.2rem;
    color: black;
    margin-bottom: 2rem;
}

.btn-primary {
    background: #005837 !important;
    width: 100%;
}
.btn-primary:focus {
    background: #89BFAA !important;
}

.form-control:focus {
    border: #DAE671 !important;
    box-shadow: 0 0 0 0.08rem rgb(202 220 41);
}

.error {
    color: #EB5757
}

.reset-password-form {
    min-width: 320px;
}

.error-border {
    border-color: #EB5757;
    color: #EB5757;
}

.success-text {
    padding: 2rem 0;
}


