/* 
    Created on : 15 мар. 2023 г., 10:17:50
    Author     : smnik
*/
/*input.error*/
input.error+label,
label+input.error{
    border-bottom: 2px solid red;
}
fieldset {
    margin: 1em 1.5em 0 0;
    border-width: 1px;
    border-style: groove;
    padding: 1em;
    position: relative;
    border-radius: 5px;
    border: 1px solid #EFF3FA;
}
.fieldset-legend {
    color: #DC4545;
}
/*fieldset{
    margin-top: 1em;
    border-width: 1px;
    border-style: groove;
    padding: 1em;
    position: relative;
}*/

fieldset>legend:first-child {
    background-color: var(--bs-body-bg);
    display: inline-block;
    width: auto;
    padding: 0 0.25em;
    position: absolute;
    top: -0.6em;
    left: 0.5em;
}

/*fieldset>legend:first-child{
    background-color: var(--bs-body-bg);
    display: inline-block;
    width: auto;
    padding: 0 5px;
    position: relative;
    top: -0.6em;
    margin-top: -30px;
    left: 0.5em;;

}*/

legend + .fieldset-wrapper{
    /*margin-top: -0.3em;*/
}
fieldset>.fieldset-wrapper{
    margin-left: 1em;
}
div.form-item{
    margin-top: 0.8em;
}
div.form-item>label{
    font-weight: bold;
    display: block;
}
div.form-item input+label{
    display: inline-block;
}
span.form-required:after,
label.form-required:after{
    content: "*";
    margin-left: 0.2em;
    color: red;
}
.form-submit{
    margin-left: auto;
    margin-right: auto;
    display: block;
}
a.btn.btn-success,
a.btn.btn-primary{
    color: white;
}