﻿#login_container {
    user-select: none;
}

.customer-select {
    background: #fff;
    bottom: 130px;
    display: grid;
    font-size: 1rem;
    grid-template-columns: max-content max-content;
    right: 100px;
}

.customer-select .customer-list {
    display: grid;
}

.customer-select label {
    padding: 0.25rem;
    border-radius: 5px;
    transition: background 1s cubic-bezier(0, 1, 0.7, 1);
    min-width: 350px;
}

.customer-select label:not(.grayedout):hover {
    background-color: #edf1f6;
    cursor: pointer;
}

.customer-select label.grayedout {
    opacity: 0.5;
    color: #c3c6c9;
}

.btn_bigger_font {
    font-size: 1rem;
}

iframe.signout {
    height: 0;
    width: 0;
    visibility: hidden !important;
}


#bases {
    width: 1444px;
    height: 1029px;
    padding: 19px 2px 0px 2px;
    background-color: #ffffff;
    box-sizing: border-box;
    box-shadow: 0px 1px 4px 0px rgba(43, 73, 94, 0.35);
}

#bg {
    width: 1444px;
    height: 1029px;
    padding: 19px 2px 0px 2px;
    background-color: #ffffff;
    box-sizing: border-box;
    box-shadow: 0px 1px 4px 0px rgba(43, 73, 94, 0.35);
}

.rectangle-5 {
    height: 170px;
    width: 170px;
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 0 1px 4px 0 rgba(43,73,94,0.4);
}

.underline {
    text-decoration: underline;
}

.form-check-input {
    position: unset !important;
}

.welcome-page {
    padding: 10px;
    margin: 10px;
}

.padding_bottom{
    margin-bottom:5%;
}