.background-login {
    height: 100%;
    display: flex;
    justify-content: center;
    background-image: url("/assets/images/backgrounds/backLogin.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.aling-contains {
    width: 100%;
    display: flex;
    justify-content: center;
}

.card-form-auth {
    width: 350px;
    background-color: white;
}

.logo {
    margin-top: 50px;
    margin-bottom: 10px;
    width: 100%;
    height: 200px;
    background-image: url("/assets/images/logo/logo.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.container-form-login {
    height: 280px;
}

.container-form-register {
    height: 280px;
}

.slogan {
    flex-shrink: 0;
    width: 150px;
    height: 56px;
    background-image: url("assets/images/R&B-L-07.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.toolbar {
    background-color: white !important;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(99, 99, 99, 1);
    -moz-box-shadow: 0px 1px 2px 0px rgba(99, 99, 99, 1);
    box-shadow: 0px 1px 2px 0px rgba(99, 99, 99, 1);
}

.input-part1 {
    border: 1px solid lightgray;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.input-part2 {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.selectMenu {
    background-color: #1f49931f !important;
    color: #53b9fd !important;
    font-weight: bold;
}

.text-primary {
    color: #1f4993 !important;
    font-weight: bold;
}

.text-accent {
    color: #54b9fd !important;
    font-weight: bold;
}

.container-background-accent {
    background: #54b9fd !important;
    color: white;
}

.container-background-primary {
    background: #1f4993 !important;
    color: white;
}

.container-offerExhausted {
    padding: 20px;
    background: #b40001;
    border: 1px solid #ffffff;
    border-radius: 50%;
    color: white;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    height: 15px;
    width: 15px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.container-thereAreStocks {
    padding: 20px;
    background: #329900;
    border: 1px solid #ffffff;
    border-radius: 50%;
    color: white;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    height: 15px;
    width: 15px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.icon-accent {
    color: #54b9fd;
}


/********
backgrounds
***/


/****************
Buttons
****************/


/*
accent
*/

.btn-accent,
.btn-accent.disabled {
    background: #54b9fd;
    color: #ffffff;
    border: 1px solid #54b9fd;
}

.btn-accent:hover,
.btn-accent.disabled:hover {
    background: #54b9fd;
    opacity: 0.7;
    border: 1px solid #54b9fd;
}

.btn-accent.active,
.btn-accent:focus,
.btn-accent.disabled.active,
.btn-accent.disabled:focus {
    background: #54b9fd;
}


/*
primary
*/

.btn-primary,
.btn-primary.disabled {
    background: #1f4993 !important;
    color: #ffffff !important;
    border: 1px solid #1f4993;
}

.btn-primary:hover,
.btn-primary.disabled:hover {
    background: #1f4993;
    opacity: 0.7;
    border: 1px solid #1f4993;
}

.btn-primary.active,
.btn-primary:focus,
.btn-primary.disabled.active,
.btn-primary.disabled:focus {
    background: #1f4993;
}

.mat-progress-spinner circle,
.mat-spinner circle {
    stroke: #54b9fd !important;
}
