﻿article .request input[ type="submit"] {
    background: none;
    border: none;
    color: #28293a;
     
    font-size:14px;
    text-transform: uppercase;
        font-weight: 600;
    cursor: pointer;
       padding: 10px 30px;
}
article .request input[ type="submit"]:hover {
    background: none;
    border: none;
       /*width:100%;*/
    color: #ffffff !important;
    font-size:14px;
    text-transform: uppercase;
        font-weight: 600;
    cursor: pointer;

    
}

article .request .hvr-bounce-to-right{ padding:0;}
.box .hvr-bounce-to-right{ padding:0;}

.box input[ type="submit"] {
    background: none;
    border: none;
    color: #28293a;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
        padding: 10px 30px;
}
.box input[ type="submit"]:hover {
    background: none;
    border: none;
    /*width:100%;*/
    color: #ffffff;
    font-size:14px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
}
.error{    color: red;
    display: inherit;
    visibility: visible;
    float: right;
    position: absolute;
    right: 10px;
    top: 10px;font-size: 13px;

}

.applybtn a {
color:#fff;
}
.applybtn a:hover{
    color: #000000;
}