
.formular form label {
    line-height: normal;
    font-weight: 500;
    margin-bottom: 1px;
}

.formular form {
    width: 100%;
    margin: 30px auto auto auto;
}

.formular form a {
    text-decoration: underline;
}
.formular .form-control {
    background: #e0e0e0;
    border: 1px solid transparent;
    padding: 10px 10px;
}
.formular .gradBtn {
    outline: none;
    box-shadow: none;
    border: none;
}
.formular .form-select {
    background-color: #e0e0e0;
    border: 1px solid transparent;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.formular .form-check label {
    font-size: 0.8em;
    line-height: normal;
}
.formular .form-select option{
    border: none;
}
.divider{
    height: 20px;
    background: linear-gradient(90deg, rgba(228,86,84,1) -50%, rgba(48,47,116,1) 100%);
}
.formular .form-check{
    cursor: pointer;
}
.formular .copy{
    font-size: 0.7em;
    line-height: 1.3;
}