.SignCard {
    max-width: 100%;
    width: 30rem;
}
.SignCard a,
.SignCard strong {
    color:var(--PrimaryLightColor) !important;
}
.control-label {
    font-weight: bold !important;
}
.devider {
    display:flex;
    justify-content: center;
    position:relative;
}
.devider hr {
    position: absolute;
    width: 100%;
    z-index: 2;
    top: -6px;
    border-color: var(--BorderColor);
}
.devider small {
    background: white;
    z-index: 4;
    padding: 0 0.5rem;;
}
