.form-submit-button{
    font-weight: bold;
    font-size: large;
    width: auto !important;
    min-width: 120px;
    max-width: none;
    background-color: #9EB4DD;
    color: #13274C;
}
.form-submit-button:hover{
    background: #13274C;
    color: #93B4DD;
}