﻿
.bg-lightest {
    background-color: white !important;
}
.p-0 {
    padding: 0!important;
}
.pt-10 {
    padding-top: 10px !important;
}
.pb-10 {
    padding-bottom: 10px !important;
}
.invalid-feedback{
    color:red
}
.page-title {
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid black;
}
.main-content {
    background-color: white;
    padding-bottom: 30px

}
.form-check-input {
    width: 1.5em;
    height: 1.5em;
}
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}

.rounded-circle {
    border-radius: 50% !important;
}

.block-logo .rounded-circle-logo {
    width: 150px;
    padding: 7px;
    background: #ffffff;
    height: 150px;
    text-align: center;
    margin: 40px auto;
    border: 4px solid #d2d2d2;
}
.rounded-circle-logo img{
    width: 100%;
    height:auto;
}
    .side-left .rounded-circle-logo img {
        height: 100%;
    }

.module-title h1 {
    font-size: 23px;
    color: white;
    font-family: sans-serif;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 0;
}
.center_logo {
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 23px;
    color: #901827;
    width: 100%;
    text-align: center;
    float: left;
    font-weight: bold;
}
.login-box {
    padding: 40px;
    margin: 0 auto 0 auto;
    border: 1px solid #BAC1C6;
    background: #fff;
}
.h-100 {
     height: 100% !important; 
}
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.btn-login {
    background-color: #901827;
    border: none;
    color: #fff;
    padding: 10px 10px;
    text-align: center;
    font-size: 16px;
    margin: 4px 2px;
    transition: 0.3s;
    outline: none;
    border-radius: 45px;
    width: 160px;
}
    .btn-login:hover span {padding-right: 25px;}
        .btn-login:hover span:after {opacity: 1;right: 0;}
    .btn-login:active {box-shadow:0 0 0 .2rem rgba(40,167,69,.5);}
.full-screen {height: 100%;margin: 0;}
.logo {height:100px;}
.bs-alert {
    text-align: center;
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*color: white;*/
    min-width: 300px;
    max-width: 400px;
    padding: 20px;
}
.color-333{
    color: #333
}