input {
  width: 100%;
  font-family: Archivo Narrow !important;
}

label {
    font-family: Archivo Narrow;
}

textarea {
    min-height: 200px !important;
    font-family: Archivo Narrow;
}

#successAlert {
    display: none;
    font-family: Archivo Narrow;
    text-align: center;
}

#failedAlert {
    display: none;
    font-family: Archivo Narrow;
    text-align: center;
}

#spinner {
    display: none;
    margin-left: 15px;
}
.send_button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-family: Archivo Narrow;
    font-size: 24px;
    font-style: normal;
    /* font-weight: 700; */
    line-height: normal;
    border-radius: 5px;
    background: linear-gradient(110deg, #082C95 36.75%, #7E90C5 87.37%);
    color: white;
    box-shadow: unset;
    width: 100%;
    height: 70px;
}

.send_button:active {
    color: white;
}
.send_button:focus {
    color: white;
}