/*FormContato e Depoimento*/
.bx-alert{
    top: 30px;
    z-index: 9999;
    right: 30px;
    width: 300px;
    display: none;
    position:fixed;
    overflow: hidden;
    text-align: center;
    border-radius: 0px;
}
.bx-form .form-group{
    margin-bottom: 15px;
}
.bx-form input[type="text"], .bx-form input[type="email"], .bx-form input[type="password"], .bx-form input[type="file"], .bx-form input[type="date"]{
    border: 0px;
    height: 50px;
    color: #989898;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    background: #F1F1F1;
    box-shadow: none !important;
}
.bx-form input[type="file"]{
    padding-top: 11px;
}
.bx-form input:focus{
    outline: none;
    border-color: #1C4070;
}
.bx-form select{
    border: 0px;
    height: 50px;
    color: #989898;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    background: #F1F1F1;
}
.bx-form textarea{
    border: 0px;
    height: 120px !important;
    color: #989898;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    padding-top: 15px;
    background: #F1F1F1;
    resize: none !important;
    box-shadow: none !important;
}
.bx-form textarea:focus{
    border-color: #1C4070;
    outline: none;
    font-weight: 500;
}
.p-form{
    font-weight: 600;
}
.box-recapctha{
    width: 253px;
    height: 63px;
    overflow: hidden;
    position: relative;
}
.bx-form ::placeholder{
    color: #989898;
    font-weight: 500;
}
.bx-form :-ms-input-placeholder{
    color: #989898;
    font-weight: 500;
}
.bx-form ::-ms-input-placeholder{
    color: #989898;
    font-weight: 500;
}
/*---*/
.bx-form2 label{
    color: #fff;
    font-weight: 400;
}
.bx-form2 input[type="text"], .bx-form2 input[type="email"], .bx-form2 input[type="password"]{
    border: solid 1px;
    height: 55px;
    color: #fff;
    font-size: 14px;
    border-radius: 8px;
    background: #E94046;
    border-color: #E94046;
    box-shadow: none !important;
}
.bx-form2 input:focus{
    outline: none;
    border-color: #fff;
}
.bx-form2 select{
    border: 0px;
    height: 45px;
    color: #919191;
    font-size: 14px;
    border-radius: 0px;
    background: #FFF;
}
.bx-form2 textarea{
    border: 0px;
    height: 120px;
    color: #919191;
    font-size: 14px;
    border-radius: 0px;
    background: #FFF;
    resize: none !important;
    box-shadow: none !important;
}
.bx-form2 textarea:focus{
    border-color: #C51B22;
    outline: none;
}
.bx-form2 .form-group{
    margin-bottom: 30px;
}