#unigo-contact-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 100%;
    color: #3C61C9;
    font-size: 12px;
}

#unigo-contact-form label {
    margin-bottom: 5px;
	line-height: 1.2em;
}
.at-pp {
    display: flex; 
    align-items: center;
    gap: 10px; 
}

#faculty-container select {
	display: flex;
	flex-direction: column;
	width: 100%;
}

#unigo-contact-form input,
select,
textarea, input.contact-style {
    color: #3C61C9 !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 100%;
    padding: 10px !important;
    border-radius: 16px;
    border: 0px !important;
}

#unigo-contact-form textarea {
    min-height: 120px;
}

#unigo-contact-form button {
    background-color: #3C61C9;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 8px;
    padding: 5px 20px 5px 20px;
    cursor: pointer;
    box-shadow: none;
    border: none;
    width: 120px;
}

#form-notice {
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
    font-size: 14px;
}
.form-success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}
.form-error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

