﻿@media only screen and (max-device-width : 736px)  
{
        .submit-button-blue {
    height: 30px;
    background-color: #176ec4;
    font-family: Muli;
    font-size: 16px;
    color: #ffffff;
    border: none;
    border-radius: 5px 5px 5px 5px;
}

.submit-button-blue:hover {

    background-color: #f2cd00;
    color: #000000;
    cursor: pointer;

}

.submit-button-yellow {
    height: 25px;
    background-color: #f2cd00;
    font-family: Muli;
    font-size: 13px;
    color: #000000;
    border: none;
    border-radius: 5px 5px 5px 5px;
}

.submit-button-yellow:hover {

    background-color: #000000;
    color: #ffffff;
    cursor: pointer;

}
}

@media only screen and (min-device-width : 737px) and (max-device-width : 1024px)  
{
    .submit-button-blue {
    height: 30px;
    background-color: #176ec4;
    font-family: Muli;
    font-size: 16px;
    color: #ffffff;
    border: none;
    border-radius: 5px 5px 5px 5px;
}

.submit-button-blue:hover {

    background-color: #f2cd00;
    color: #000000;
    cursor: pointer;

}

.submit-button-yellow {
    height: 25px;
    background-color: #f2cd00;
    font-family: Muli;
    font-size: 13px;
    color: #000000;
    border: none;
    border-radius: 5px 5px 5px 5px;
}

.submit-button-yellow:hover {

    background-color: #000000;
    color: #ffffff;
    cursor: pointer;

}
}


@media only screen and (min-width : 0px) and  (min-device-width : 1025px)   
{
.submit-button-blue {
    height: 30px;
    background-color: #176ec4;
    font-family: Muli;
    font-size: 16px;
    color: #ffffff;
    border: none;
    border-radius: 5px 5px 5px 5px;
}

.submit-button-blue:hover {

    background-color: #f2cd00;
    color: #000000;
    cursor: pointer;

}

.submit-button-yellow {
    height: 25px;
    background-color: #f2cd00;
    font-family: Muli;
    font-size: 13px;
    color: #000000;
    border: none;
    border-radius: 5px 5px 5px 5px;
}

.submit-button-yellow:hover {

    background-color: #000000;
    color: #ffffff;
    cursor: pointer;

}
}


