﻿body {
    background: #F8F9FE;
    font-size: 14px;
}

.alert-message {
    position: fixed;
    right: 5px;
    bottom: 15px;
}

.alert .close {
    color: #727272;
    font-size: 16px;
    padding: 0 3px;
    outline: none;
}

.logo img {
    max-width: 180px;
}

#qr_wrapper {
    width: 90% !important;
}

.form-items-or {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 15px;
}

.bb76 {
    padding-bottom: 0px;
}

#singpass-p {
    padding-top: 20px;
}

.control-label {
    font-size: 14px;
    margin: 2px;
    display: none;
}

.form-control {
    font-size: 14px;
}

    .form-control::placeholder {
        color: #bfbfbf;
    }

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 12px;
    background: #fff;
    z-index: 1;
    padding: 6px;
    text-align: center;
    box-shadow: 0px -1px 0px 1px #adadad1a;
    line-height: 1;
	color: #5d5d5d;
}
