.form-label {
    font-family: "roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 29px;
    color: #4A90E2;
}

.form-control {
    border: none;
    box-shadow: inset 0 1px 6px 0px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: inset 0 1px 6px 0px rgba(0, 0, 0, 0.13);
}

.button-primary{
  background-color: #B59A5B;
    border: none;
    font-size: 13px;
    border-radius: 5px;
    padding: 9px 14px;
    letter-spacing: 0.02em;
}

.form-item {
margin-bottom:1.5rem
}