﻿@charset "UTF-8";

.intro-container {
    margin-top: 10px !important;
}
.text-nobold {
    font-weight: normal;
}
.error-info {
    line-height: 105%;
    padding-top: 5px;
}
.with-bd-hint::before {
    font-weight: normal;
    font-size: 1.0em;
    right: 14px;
    top: 22px;
    position: absolute;
}
.customize-form {
    padding-top: 20px;
}
.text-bold {
    font-size: 1.2em;
    font-weight: bold;
}
@media (min-width: 769px) {
    .intro-container {
        width: 960px;
    }
}
/*@media it knows the screen size and overwrites bootrap style for the specific css class
    iPad portrait width=768px
    rule applies for screens less than max-width specified
 */
@media (max-width: 768px) {
    .intro-central-container {
        padding-left: 0;
        padding-right: 0;
    }
}