.form .ac_border
{
    border: 2px solid #7BC97A !important;
    padding:0.2rem 0.5rem !important;
}

.error {
    font-size: 20px;
    color: red;
    border: 2px solid red;
    width: fit-content;
    padding: 7px;
}

.result-succesfull {
    font-size: 20px;
    color: green;
    border: 2px solid green;
    width: fit-content;
    padding: 7px;
}

.form fieldset{
    border:none;
}

.blue{
    color:#397794;
    font-size:23px;
}

#upload_button{
    background-color: #397794;
    color:white;
    padding:0.5rem 1rem;
    border-radius:0.5rem;
    display: inline-flex;
    justify-content: center;
    align-items:center;
}

#upload_button > span {
    padding:0
}

.form_menu button {
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    outline:none;
    border:none;
    background-color: #397794;
    color:white;
    font-size:20px;
    font-weight: 300;
}

fieldset {
    margin-bottom:0.5rem;
}

.ace_default{
    top:12px;
}