.main-banner:before {
    content: '';
    background-image: url(../images/ambulance.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 200px;
    width: 700px;
    height: 450px;
}


.main-form-button {
    display: inline-block;
    background-color: #03a4ed;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    padding: 13px 25px;
    border-radius: 6px;
    letter-spacing: 0.25px;
    border: none;
    outline: none;
    transition: all .3s;
}

.main-form-button:hover {
    background-color: #48b9ed;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.575rem 0.75rem;
}

.main-form-button-block {
    width: 100%;
}

label {
    font-size: .9rem;
    font-weight: 600;
    color: #43494e;
}

form {
    text-align: left ! important
}

.form-group {
    margin: 10px 0;
}

textarea {
    width: 300px;
    height: 150px;
}


.invalid-feedback {
    font-size: 0.8rem ! important;
    padding-top: 5px;
    font-weight: 600 ! important;
    color: #b70808;
}

/* password toggle start */
.password-section {
    width:100%! important;
    position: relative;
    display: inline-block;
}

.password-section .fa-eye {
    position: absolute;
    top: 76%;
    right: 22px;
    /* Adjust this value to control the icon's position */
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 16px! important;
    color: #43494e! important;
}

.password-section .fa-eye-slash {
    position: absolute;
    top: 76%;
    right: 22px;
    /* Adjust this value to control the icon's position */
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 16px! important;
    color: #43494e! important;
}

/* password toggle end */
