html, body {
    height: 100%;
}

h1 {
    font-size: 180%
}

h2 {
    font-size: 160%
}

h3 {
    font-size: 150%
}

h4 {
    font-size: 140%
}

h5 {
    font-size: 130%
}

h6 {
    font-size: 120%
}
.container-form{
	max-width:1000px;
	margin:auto;
}

.nowrap {
    white-space: nowrap;
}

.ferrmsg:not(:empty) {
    color: #ff3333;
    padding-left: 10px;
    font-size: 12px
}
.bg-primary-light{
	background-color: #e1edff;
}