﻿

.form-group input{
   
    background-color: #f4f3f3;
}

.SetWidthDefault{
    width: 60% !important;
   
}

.CustomWidth {
        width: 100%!important;
    }

.form-group select{
    width: 60%!important;
    background-color: #f4f3f3;
    height:49px !important;
}
.form-group textarea{
    background-color: #f4f3f3;
}
.form-group button{
   background-color:#00549f;
    border-radius:0px;
    padding: 0.8rem 2rem 0.8rem 2rem;
    margin-top: 1rem;
}

.form .input-group-addon {
    background-color: #8581bc;
    color: #fff;
    border: 0 none;
}

.form .form-control {
    border: 1px solid #b1b1b1;
    border-left: 0px solid #fff;
    border-radius: 0 4px 4px 0 !important;
    position: relative;
}

.form-control {
    box-shadow: none;
    border-color: #a6edb0;
    height: 49px;
}

    .form-control:focus {
        box-shadow: none;
        border-color: #f29ac0;
    }

.form input[type="text"], .form select {
    height: 49px;
}

    .form select.not_chosen {
        color: #9b9b9b;
    }

.form textarea {
    height: 44px;
}

.btn-commet {
    background: #f29ac0;
    border: 0 none;
    border-radius: 4px;
    color: #fff;
}

    .btn-commet:hover, .btn-commet:focus, .btn-commet:active {
        background: #e69fbe;
        color: #fff;
    }
/*dropdown menu end*/
/*==============================================
 sticky header style
