.divBlocks label{
    display: block;
    margin-bottom: 0;
}

.divBlocks{
    margin-top: 10px;
}

.radioCheck input{
    margin-right: 5px;
    vertical-align: text-top;
    float: left;
}

.key span, .mandatory{
    font-weight: 800;
    font-size: 1.5rem;
}

.radioCheck label.error{
    float: left;
}

input[readonly]{
    opacity: 1 !important;
}
.valid {
    color: #292625 !important;
}