.div-block-ss, .div-block-submit{
display:flex
}

.button-margin {
margin-right:30px;
}

.label-style {
    width:250px;
    clear:left;
    text-align:left;
    padding-right:10px;
}

.input-style, .label-style {
    float:left;
}

.space-margin{
margin-left:20px;
margin-right:20px;
}

.step-label-style{
color: red;
text-decoration: underline;
font-weight: bold;
}

.step-value-style{
font-weight: normal;
margin-left: 10px;
}

.text-error {
    font-weight:bold;
    color: red;
}

.div-block-step{
display:flex;
}

.loading {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
}