/* Custom CSS for features not provided by visual team */

.auth-method input.placeholder {
    color: #A9A9A9;
}

.alert.alert-danger {
    text-align: center !important;
    background-color: rgb(255, 243, 211) !important;
}

.alert.alert-warning {
    text-align: center !important;
    background-color: rgb(255, 243, 211) !important;
}

.alert.alert-info {
    text-align: center !important;
    background-color: rgb(255, 243, 211) !important;
}

.alert i.icon {
    display: none;
}

p {
    line-height: 17px;
    text-align: center;
}
