.left-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.logos-img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
    margin-bottom: 20px;
}

.new-password-img {
    margin-bottom: 10px;
    max-width: 381px;
    max-height: 520px;
    height: auto;
    width: 90%;
    aspect-ratio: 381 / 520;
}

.right-container {
    padding: 20px;
    width: 80%;
}

.airconcess-logo {
    max-width: 150px;
    margin-bottom: 20px;
}

.right-container-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.response-message {
    margin-top: 20px;
    color: green;
}

.error-html {
    margin-top: 20px;
    color: red;
}

.reset-password-form{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.form-group {
    margin-bottom: 15px;
    display: flex;
    width: 100%;
    flex-direction: column;
}