.navbar-brand {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-weight: bold;
    /* color: #9c2c4c !important; */
    font-size: 28px !important;
}

.img-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-container img {
    max-width: 200px;
    width: 100%;
}

.main-section {
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 100vh; */
    margin-top: 18%
}

.btn-primary {
    background-color: #128c7e;
    border: 1px solid #128c7e;
    border-radius: 50px;
    width: 100%;
    padding: 8px;
    outline: none;
}

.text-field {
    font-size: 20px !important;
}

@media (min-width:1200px) {
    .main-section {
        margin-top: 5%;
    }
}