h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans Condensed' !important;

    font-weight: 700;
    text-align: left;
}

.tt-text-1 {
    color: #02063d;
    margin-bottom: 0;
    padding-bottom: 0;
    text-transform: capitalize;
    margin:0px 10px;
    text-align: left;
    font-size: 24px !important;
}

.tt-text-2,
.tt-text-3 {
    font-size: 16px;
    color: #02063d;
    font-weight: 700;
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
}

.tt-text-3 {
    display: block;
    font-size: 16px;
}

.tt-block-primary {
    /*border-radius: 10px;*/
    /*box-shadow: 0 0 10px 1px grey;*/
    padding: 10px 5px;
}

.tt-btn {
    appearance: none;
    appearance: none;
    appearance: none;
    border: 0;
    cursor: pointer;
    padding: 1em 5em;
}

.tt-btn:hover {
    border: 1px solid #369;
}

.tt-btn-primary {
    background-color: #9c6;
    color: #369;
    font-weight: 700;
}

.tt-input-1 {
    background: transparent;
    border: 1px solid grey;
    border-radius: 0;
    color: #333;
    min-width: 300px;
    padding: 0.5em;
}

.tt-alert {
    border: 1px solid transparent;
    border-radius: 4px;
    font-family: Arial, sans-serif !important;
    font-size: 16px;
    margin-bottom: 16px;
    padding: 12px 20px;
    position: relative;
}

.tt-alert-danger {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}

.tt-alert-success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
}

.tt-alert-center {
    margin: auto;
    width: max-content;
    width: max-content;
    width: max-content;
}

.tt-container {
    margin: auto;
    max-width: 100%;
}
.tt-block-primary form {
    text-align: center;
}
.forgot_password_box {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.forgot_password-card-wide {
    width: 100%;
}