﻿.lu-form--label{
    font-weight: 600;
    line-height: 16px;
    padding: 15px 0 5px;
}

.luR-form--label{
    font-weight: 600;
    line-height: 16px;
    padding: 5px 0 0px;
}

.luP-form--label{
    font-weight: 600;
    line-height: 16px;
}

.lu-form--content{
    font-weight: normal;
    white-space: pre-wrap;
}

.lu-form--content__container.flex-start .Columns,
.lu-form--content__container.center .Columns,
.lu-form--content__container.flex-end .Columns{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lu-form--content__container.flex-start .Columns{
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.lu-form--content__container.center .Columns{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.lu-form--content__container.flex-end .Columns{
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

/* Mobile rules */
.phone .lu-form--content select,
.tablet .lu-form--content select,
.phone .lu-form--content input[type="text"],
.tablet .lu-form--content input[type="text"],
.phone .lu-form--content textarea,
.tablet .lu-form--content textarea{
    margin-bottom: 0;
    width: 100% !important;
}


.phone .info-icon-container .lu-form--content select,
.tablet .info-icon-container .lu-form--content select,
.phone .info-icon-container .lu-form--content input[type="text"],
.tablet .info-icon-container .lu-form--content input[type="text"],
.phone .info-icon-container .lu-form--content textarea,
.tablet .info-icon-container .lu-form--content textarea{
    margin-bottom: 0;
}

@media screen and (max-width: 400px){
    .lu-form--content__container .Columns .Column{
        width: 100%;
    }
}