body {
    overflow-x: hidden;
}
.bg-hospital {
    background-image: url("/assets/images/org_reg.png");
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 100%;
}
.center{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}
.heading-text {
    text-align: center;
    line-height: 2em;
    font-size: 1em;
    margin-bottom: 3em;
}
.registration-form {
    color: #5F738C;
}
input[type=text] {
    background-color: #F3F5F6;
}
.text-primary{
    color: #479FC8 !important;
}
.btn-primary{
    background: #479FC8;
}
.terms-text {
    text-align: center;
    color: #848F9F;
    font-size: 0.8em;
    margin: 2em 0 3em 0;
}
.sign-text {
    text-align: center;
    color: #5F738C;
    margin-bottom: 2em;
}