/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/
.submit-btn {
    background-color: #0086e8 !important;
    border:none !important;
    font-weight:bold;
    margin-top:10px;
    display: inline-block;
    line-height: 1;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;     
    border-radius: 0px !important;
}
.submit-btn:hover {
    color: #fff !important;
}
.toast{
    background-color:green !important;
}
