.small-circle{
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.remove-all-borders{
    border: none !important;
}

.remove-all-borders th,
.remove-all-borders tr,
.remove-all-borders td{
    border: none !important;
}

.wge-left-border{
    border-left: .8rem solid #6c757d;
}

.custom-login-input{
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 2px solid #6c757d;
    border-radius: .25rem .25rem 0 0;
    background-color: transparent;
    padding: 10px 15px !important;
    height: auto !important;
    font-size: 18px;
}

.custom-login-input::placeholder{
    color: #6c757d;
}

.custom-login-input:focus{
    border-left: none;
    border-right: none;
    border-top: none;
    border-color: rgb(108, 117, 125);
    box-shadow: none;
    background: transparent;
}

.text-wge-color{
    color: #6c757d;
}

.custom-wge-container{
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-wge-button{
    background-color: #6c757d;
    font-size: 20px;
    padding: 12px 45px;
    color: #FFF;
    float: right;
}

.custom-wge-button:focus{
    box-shadow: 0 0 0 0.3rem rgb(108, 117, 125, .25);
}

.home-block-link{
    transition: .25s !important;    
}
.home-block-link:hover{
    transform: translateY(.25rem);
    transition: .25s !important;
    text-decoration: none;
    box-shadow: 0 .25rem .5rem rgba(0,0,0,.15)!important;
}

.home-block-link.home-block-hover a{
    text-decoration: none;
    transition: .25s !important;
}

.home-block-link.home-block-hover:hover a{
    color: #f46524 !important;
}

.wge-login-bg{
    background-image: url(../imgs/bg-wge-login.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 1000px){
    .wge-login-bg .login-white-filter{
        background-color: rgba(255,255,255,.85);
    }
    
    .custom-responsive-table{
        display: block;
        overflow-x: scroll;
    }
}

@media(min-width: 768px){
    .min-md-height{
        z-index: 2;
        min-height: 90vh;
    }
}
