.form-content {
    width: 600px;
    min-width: 200px;
    border-radius: 10px;
    background-color: #fff;
    margin: 10px auto;
    -webkit-box-shadow: -1px 5px 13px -1px rgba(0, 0, 0, 0.46);
    -moz-box-shadow: -1px 5px 13px -1px rgba(0, 0, 0, 0.46);
    box-shadow: -1px 5px 13px -1px rgba(0, 0, 0, 0.46);
    border-bottom: solid 15px #ec1d25;
}

.form-content .form-content-inner {
    padding: 30px;
}

.form-content .form-content-inner h2 {
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
}

.form-content .form-content-inner input,
.form-content .form-content-inner select {
    border: none;
    font-family: 'Quattrocento Sans', sans-serif;
    border-bottom: solid 1px #747474;
    border-radius: 0px;
    padding-left: 5px;
    font-size: 16px;
}

.form-content .form-content-inner select {
    appearance: none;
    background-color: white;
}

.form-content .form-content-inner input,
.form-content .form-content-inner select:focus {
    outline: none;
}

.form-content .form-content-inner textarea {
    margin-top: 20px;
    font-family: 'Quattrocento Sans', sans-serif;
    border-radius: 0px;
    border: solid 1px #747474;
}

.form-content .form-content-inner .select_chevron {
    z-index: 99;
    margin-top: -34px;
    float: right;
    font-size: 20px;
    font-size: 16px;
    color: #747474;
    padding: 1px 5px;
    background-color: rgb(255, 255, 255);
}

.form-content-inner .row {
    margin-bottom: 10px;
}

.form-content .form-content-inner .submit_btn {
    width: 100%;
    font-family: 'Quattrocento Sans', sans-serif;
    padding: 8px;
    background-color: #093f72;
    color: white;
    border: none;
    border-radius: 2px;
    font-size: 18px;
    transition: 1s;
    /* font-weight: bold; */
    border: solid 1px #093f72;
    transition: all .3s ease-in-out;
}

.form-content .form-content-inner .submit_btn:hover {
    background-color: #fff;
    color: #093f72;
    border: solid 1px#093f72;
    -webkit-box-shadow: -1px 5px 8px -1px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: -1px 5px 8px -1px rgba(0, 0, 0, 0.20);
    box-shadow: -1px 5px 8px -1px rgba(0, 0, 0, 0.20);
}


/*ERROR & SUCCESS STYLES*/

.form-content .form-content-inner .error_style {
    color: red;
    border-bottom: solid 2px red;
}

.form-content .form-content-inner .success_style {
    color: rgb(54, 133, 9);
    border-bottom: solid 2px rgb(54, 133, 9);
}

.form-content .form-content-inner .error_ms_style {
    color: red;
    border: solid 1px red;
}

.form-content .form-content-inner .success_ms_style {
    color: rgb(54, 133, 9);
    border: solid 1px rgb(54, 133, 9);
}

.under_line {
    border-bottom: solid 3px red;
    width: 70px;
    text-align: center;
    margin-top: -30px;
}

orm-content .form-content-inner .error_ms_style {
    color: red;
    border: solid 1px red;
}

.form-content .form-content-inner .success_ms_style {
    color: rgb(54, 133, 9);
    border: solid 1px rgb(54, 133, 9);
}

.under_line {
    border-bottom: solid 3px red;
    width: 70px;
    text-align: center;
    margin-top: -30px;
}

.success_message {
    height: 60px;
    width: 350px;
    border-radius: 10px;
    background: #369b26;
    border: solid 1px #fff;
    margin: 35px auto;
    -webkit-box-shadow: 3px 1px 8px -1px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 3px 1px 8px -1px rgba(0, 0, 0, 0.34);
    box-shadow: 3px 1px 8px -1px rgba(0, 0, 0, 0.34);
}

.actutal_success_message {
    text-align: center;
    color: #fff;
}

#successful_message {
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    -o-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-iteration-count: 1;
}