#validate-wizard{
    width:330px;
    margin:auto;
}
.hint > label {
    font-size: 10px;
}
.align-checkbox-label{
    margin-top: -8px;
    margin-left: 26px;
}
.modal-contract{
    cursor: pointer;
}

#main {
    /* background: url(../../img/bg.jpg) center top no-repeat #2C3D51; */
    /*background: #2C3D51;*/
    background: url(/site/images/bg-mt.jpg) center top no-repeat #282828;
    background-size: cover;
}

.container {
    width: 50%;
    background: #00000030;
    /*float: right;*/
    height: 100%;
    z-index: 10000000000000;
    /*position: absolute;*/
    /*right: 0;*/
}


form{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
}

.wizard-step {
    background: none;
}

.tab-content{
    width: 100%;
}