﻿.form-signin {
    width: 100%;
    max-width: 560px;
    margin: auto;
    border-radius: 10px;
    border: 1px solid var(--Ward-Grey, #939598);
    background: #FAFBFC;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
}

    .form-signin .checkbox {
        font-weight: 400;
    }

    .form-signin .form-control {
        position: relative;
        box-sizing: border-box;
        height: auto;
        padding: 10px;
        font-size: 16px;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[type="email"] {
        margin-bottom: -1px;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
    }

.auth {
    background-color: #C3DEDA;
    background-size: cover;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}
.medium{
    min-width:50%;
}
.wide{
    min-width: 75%;
}
.extra-wide{
    min-width: 100%;
}
.btn {
    font-weight: 600;
}
.btn-primary {
    color: #fff;
    background-color: #238878;
    border-color: #238878;
}
.btn-primary:hover {
    background-color: #0c3d35;
}
.btn-outline-primary {
    color: #238878;
    border-color: #238878;
}
.btn-secondary {
    background: #EAEDF2;
    border: 1px solid #BCBDC0;
    color: #444;
    
}
.table-primary {
    background-color: #238878;
}
.disabled-link{
    pointer-events:none;
}
.collapse.show {
    height: auto !important
}
.clear{ clear:both;}
.text-sm-left{
    font-size: 13px;
}
:root {
    --bs-form-custom-check: url("../images/checkbox-check.svg");
}