.white-text{
    color:white;
}

.btn-custom{
    background-color:#C7BBAE;
    color:white;
    border-radius: 0;
    width: 200px;
}
.form-custom{
    background-color:#D0D0D0;
}

.logo{
    margin-top: 50px;
    padding-bottom: 20px;
}

.feedback-text{
    margin-bottom:40px;
}

.form-control{
    border-color: #C7BBAE;
}

body {
    padding: 20px;
}

.show_text_area{
    border: 1px solid #D0D0D0;
    box-shadow: 0 0 4px #D0D0D0;
    padding: 20px;
}

.custom-white{
    color:white !important;
}

.bg-custom{
    background-color:#C7BBAE;
}

.progress-gray{
    background-color:#C7BBAE;
}