.required {
    font-size: x-small;
    color: red !important;
}

.box {
    background-color: #FFFFFF;
    font-size: 14px;
    font-family: Roboto-Light;
    color: #666666;
    max-width: 550px;
    min-width: 150px;
    border: 1px solid #ccc;
    padding: 10px;
    margin-top: 5px;
}

label.error {
    color: red !important;
    font-style: italic;
}

label span {
    color: red !important;
    margin-left: 5px;
}

.messageBox {
    position: fixed;
    top: 50%;
    left: 40%;
    margin-top: -170px;
    /* margin-left: -100px; */
    width: 310;
    height: 220px;
}

.mainTle {
    padding: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
}