/*  Theme Name: Rexzon - Responsive Software Html5 Landing Page Template
    Author: Saptavarana
    Version: 1.0.0
    Created:September 2018
    File Description:Main Css file of the template
*/

.btn_custom {
    border: 2px solid #2D25C8;
    background: #2D25C8;
    font-weight: bold;
    color: #ffffff;
}

.btn_rounded {
    border-radius: 35px !important;
}


/*=====================
    13. CONTACT US
======================*/

.corp_form_custom .form-control {
    height: 50px;
    font-size: 16px;
    border-color: #eae7e7;
}

textarea.form-control {
    height: auto !important;
}

.corp_form_custom .form-control:focus {
    border-color: #0CBEFC !important;
    box-shadow: none;
    outline: 0;
}

.corp_form_custom {
    box-shadow: 0 0 35px 1px #efefef;
    padding: 40px;
}