/*!
 * SignScope v4.6.0 (https://signscope.com/)
 * Copyright 2023 SignScope
 * Author Antonio Carlos
 */

.bg-background-login {
    background-image: url('../img/background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.vertical-center {
    min-height: 100%;
    /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh;
    /* These two lines are counted as one :-)       */
    display: flex;
    align-items: center;
}
.valign-top-step {
    margin-top: 10%;
}
.valign-top {
    margin-top: 10%;
}
.valign-top-register {
    margin-top: 5%;
}
.valign-top-5 {
    margin-top: 5%!important;
}
.bg-sign {
    background-color: #183355;
}

.bg-orange {
    background-color: #FA7921;
}

.bg-grey-light {
    background-color: #FBFBFF;
}

.logo-sign {
    width: 150px;
}

.active .bs-stepper-circle{
    background-color: #183355!important;
}