#events-list a.btn {
    margin: 5px;
}

.social-button {
    margin-top: 20px;
    margin-bottom: 20px;
}

.social-login {
    border-right: 1px solid black;
}

h2 {
    font-weight: bolder;
    font-size: 16px;
}

h3 {
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
}

.guestform-label {
    margin-top: 30px;
}

.helptext {
    color: #888;
}

.guestform-field > input,
.guestform-field > select, 
.guestform-field > textarea {
    width: 100%;
    margin-bottom: 10px; /* 30px; */
}

.required {
    color: red;
    display: inline;
}

.alert {
    margin-bottom: 0px;
}

.form-background {
    background-color: #45AEEA; 
 /*   z-index: -100;  */
 /*   position: relative */
}

.form-top {
    margin-top: 20px;
}

.banner {
    width: 100%; 
    height: 1000px; 
    position: absolute; 
    top: 0; 
    left: 0
}

.form-foreground {	
    background: white; 
    /* top: 70px;  */
    /* margin-bottom: 100px;  */
    margin-bottom: 20px;
    opacity:0.90; 
    border: 1px solid black; 
    padding: 20px; 
    border-radius: 10px; 
    z-index: 100; 
    position: relative
}

.btn-info {
    background-color: #45AEEA;
    border-color: #45AEEA;
}

li.flags {
    display:inline-block;
    zoom: 1;
}
