/*styling for home page*/

.logo {
    margin: 10px;
    background: white;
}
.btn-primary:hover {color:#0062cc}


/*style to align the cards on homepage builder*/

.cardgroup {
    margin: auto;
}



/*style on internal page header*/

.firdrillpage .boxesCont {
    margin-right: 10px;
    margin-left: 10px;
}

.securityquestionspage .boxesCont {
    margin-right: 10px;
    margin-left: 10px;
}

.registrationpage .boxesCont {
    margin-right: 10px;
    margin-left: 10px;
}

.loginpage .boxesCont {
    margin-right: 10px;
    margin-left: 10px;
}

.visitorcheckin .boxesCont {
    margin-right: 10px;
    margin-left: 10px;
}
.answerpanel1 .browser-default.custom-select {
    font-size: 22px;
}