.signup,
.success,
.verified,
.verification-failed,
.resend-verify,
.reset-password,
.reset-password-failed,
.registration-disabled {
    width: 33.333%;
    margin-left: 33%;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 20px 0 rgba(50, 50, 50, 0.75);
    padding: 40px 60px;
}

.success,
.verified,
.verification-failed,
.reset-password-failed,
.registration-disabled {
    text-align: center;
}

html,
body {
    height: 100%;
}

body {
    background-size: cover;
    background-position: center;
}

.logo {
    display: block;
    margin: 10px auto 20px;
}

.valign-outer {
    display: table;
    height: 100%;
    width: 100%;
}

.valign-inner {
    display: table-cell;
    vertical-align: middle;
}

.os-circle-info {
    position: relative;
    top: 2px;
    padding-top: 0;
    width: 20px;
    height: 20px;
    font-size: 12pt;
}

.form .popover {
    position: absolute;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
}

.form .popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.form .popover-title:empty {
    display: none;
}

.form .popover.bottom {
    margin-top: 10px;
}

.form .popover-content {
    padding: 9px 14px;
}

.form .popover .arrow,
.form .popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.form .popover .arrow:after {
    border-width: 10px;
    content: "";
}
.form .popover.bottom .arrow:after {
    top: 1px;
    margin-left: -10px;
    border-bottom-color: #ffffff;
    border-top-width: 0;
}
.form .popover .arrow {
    border-width: 11px;
}
.form .popover.bottom .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-top-width: 0;
}

button {
    margin-left: 5px;
}

input + .alert {
    margin-top: 15px;

}

.profile-select {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 200px;
    margin-bottom: 10px;
}

.profile-select-footer {
    padding-bottom: 20px;
}

.profile-select-footer .btn {
    margin: 10px;
}
