.form-control:disabled, .form-control[readonly] {
    background-color: whitesmoke !important;
}

textarea {
    resize: none; /* Запрещаем изменять размер */
} 

H2 {
  font-size: 24px;
  line-height: 32px;
}
     

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #e9ecef;
    border-left-width: .25rem;
    border-radius: .25rem;
}
.bd-callout-info {
    border-left-color: #5bc0de;
}
.bd-callout-warning {
    border-left-color: #f0ad4e;
}
.bd-callout-danger {
    border-left-color: #d9534f;
}
    
footer {
    text-align: center;
    display: block;
    padding: 10px;
    margin-top: 5px;
    background: #f1f1f1;
    width: 100%;
    text-shadow: 1px 1px 1px #ffffff;
    border-top: 1px solid #e9ecef;
    color: #a7a7a7;
}