br{clear:both;}
input{border:1px solid black;margin-bottom:.5em;}
input.error{border:0.1em solid red !important;}
select.error{border:0.1em solid red !important;}
label.error{color: #ff3737;padding-top: 1px; font-size:11px;  float:left; }
label.valid{display:block;width:16px;height:16px;}


.alert {
    padding: 20px;
    background-color: #cccccc;
    color: white;
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}
