.submit_button{
    width: 100%;
    padding: 1rem;
    background: #0077b6;
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 1.2rem;
    margin-top: 1rem;
    cursor: pointer;
}
.primaryButtonStyle{
    width: 100%;
    margin-top: 20px;
    padding: 15px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    background: -moz-linear-gradient( top, #b9c5dd 0%, #a4b0cb);
    background: -webkit-gradient( linear, left top, left bottom, from(#b9c5dd), to(#a4b0cb));
    border-radius: 5px;
    border: 1px solid #737b8d;
    box-shadow: 0px 5px 5px rgba(000,000,000,0.1), inset 0px 1px 0px rgba(255,255,255,0.5);
    text-shadow: 0px 1px 3px rgba(000,000,000,0.3), 0px 0px 0px rgba(255,255,255,0);
    display: table;
    position: static;
    clear: both;
}
.submit-btn {
    width: 100%;
    padding: 15px;
    color: white;
    font-size: 20px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 20px;
}