﻿input[type=text]{
    padding-left: 10px;
}
.row-width{
    width: 900px;
    margin-bottom: 5px;
}
.requestFreeDemoDescription{
    font-size: 16px;
    color: #383838;
}
.requestLabel{
    margin-bottom: 0px;
    line-height: 14px;
}
.request-input {
    border: 1px solid #ccc!important;
    border-radius: 5px!important;
    box-shadow: none!important;
    padding-left: 10px;
    width: 340px;
    max-width: 340px;
    height: 38px;
    font-size: 14px;
    padding: 10px;
}
.request-input:hover{
    border: 1px solid #2884E4!important;
    box-shadow: none;
}
.request-input:focus{
    outline: none;
}
.request-textarea-style{
     border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: none;
    padding-left: 10px;
    width: 340px;
    max-width: 340px;
    height: 105px;
    font-size: 14px;
}
.request-textarea-style:hover{
    border: 1px solid #2884E4;
}
.request-textarea-style:focus{
    outline: none;
    border: 1px solid #2884E4;
}
.btnRequestForm{
    width: 190px;
    height: 38px;
    margin-bottom: 10px;
    margin-top: 25px;
    text-transform: uppercase;
    color: #FFF;
    border-color: #2884E4;
    background: #2884E4;
    border-radius: 6px;
    margin-right: 145px;
    font-size: 15px;
}
textarea:focus{
    box-shadow:none!important;
}
.btnRequestForm:focus{
    outline: none!important;
    box-shadow:none!important;
}
input.error, textarea.error{
    border: 1px solid red;
}
label.error{
    width: 220px;
    padding-left: 0px;
    color: red;
    display: inherit;
    margin-bottom: 0px;
}

@media screen and (max-width: 998px) {
    .row-width {
        width: 700px;
    }
    .btnRequestFormBlock{
        text-align: left;
    }
    .request-textarea-style{
        width: 260px;
    }
    .request-input{
        width: 260px;        
    }
    .accountCaption{
        font-size: 24px;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 768px) {
    .btnRequestForm {
        display: inline-block;
        margin-right: 0px;
    }
    .requestLabel{
        display: inherit;
    }
    .request-input{
        margin-bottom: 5px;
    }
     .row-width {
        width: auto;
    }
     .btnRequestFormBlock{
        text-align: center;  
     }
     #requestForm{
        text-align: center;
     }
     .requestFreeDemoDescription{
        font-size: 15px;
        line-height: 19px;
        text-align: justify;
     }
     label.error{
         width: auto;
     }
}