.passcode_header span {
    line-height: 100%;
}


.form-group.text-center {
    width: 250px;
}

.text-danger div {
    text-align: center !important;
}


.passcode_gtwy_bg {
    max-width: 520px;
    max-height: 520px;
    min-width: 520px;
    min-height: 520px;
}

.brad100 {
    border-radius: 100% !important;
}

@media all and (max-width: 500px) and (min-width: 200px) {
                    /* Change Resolutions Here */
.passcode_header span {
    font-size: 26px !important;
    line-height: 100%;
}

.passcode_body span {
    font-size: 16px !important;
}

.passcode_gtwy_bg {
    max-width: initial !important;
    max-height: initial !important;
    min-width: initial !important;
    min-height: initial !important;
}

.brad100 {
    border-radius: 3px !important;
}

}