/*

Your custom css

*/



#crypto_form label{
    display:block;
    margin:0 0 5px 0;
}

#crypto_form input[type="text"]{
    width:100%;
    margin:0 0 5px 0;
}

#crypto_form input[type="submit"]{
    padding:10px 15px;
    text-align:center;
    color:#fff;
    background:#e22116;
    font-family:"Lato";
    -moz-border-radius:5px;
    border-radius:5px;
    -webkit-border-radius:5px;
    border:none;
    width:100%;
    text-transform:uppercase;
    font-size:14px;
}

.book-form-error{
    color:red !important;
}

#schedule_wrapper{
    background:#616975;
}

#schedule_call{
    width:500px;
    margin:0 auto;
}

#schedule_call input[type="text"]{
    padding:10px;
    border:1px solid #d1d1d1;
    -moz-border-radius:5px;
    border-radius:5px;
    -webkit-border-radius:5px;
    width:35%;
    float:left;
    margin-right:5px;
}

#schedule_call input[type="email"]{
    padding:10px;
    border:1px solid #d1d1d1;
    -moz-border-radius:5px;
    border-radius:5px;
    -webkit-border-radius:5px;
    width:35%;
    float:left;
}

#schedule_call input[type="submit"]{
    padding:11px 20px;
    border:none;
    -moz-border-radius:5px;
    border-radius:5px;
    -webkit-border-radius:5px;
    float:left;
    width:23%;
    margin-left:5px;
    background:#274a8c;
    color:#fff;
    text-align:center;
    margin-top:-1px;
}