﻿:root {
    --bs-border-color: rgba(0,0,0,0.15);
}

html {
    height: 100%;
    font-size: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: Roboto, 'Segoe UI', Calibri,sans-serif;
    font-size: 14px;
    color: #2e323c;
    background: #3b2f66;
    min-height: 100%;
    position: relative;
    background-attachment: fixed;
    background-size: cover;
}

    body.login-page {
        display: flex;
        align-items: center;
        justify-content: center;
    }

.login-container {
    height: calc(100vh - 38px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-overlay {
    background: rgba(0,0,0,.3);
    width: 100%;
    position: absolute;
    height: 100vh;
}

.login-content {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    border: 1px solid rgba(0,0,0,0.15);
    color: #fafafa;
    font-family: "Roboto","Segoe UI";
    background: rgba(0,0,0,0.1);
}

.footer-text {
    margin: 11px 0px;
}

ul.list-group {
    margin-bottom: 15px;
}

li.list-group-item {
    color: #ccc;
    list-style: circle;
    background: transparent;
    border: 0px;
    font-size: 12px;
    padding: 0.25rem 1.25rem;
}

    li.list-group-item:before {
        content: "";
        background: #ccc;
        height: 5px;
        width: 5px;
        position: absolute;
        left: 0;
        top: 10px;
    }

.text-description {
    color: #ccc;
    font-size: 13px;
    line-height: 20px;
    text-align: justify;
}

.login-form {
    padding: 10px;
}

    .login-form .form-control, .btn {
        border-radius: 0px;
    }

.forgot-link {
    margin: 15px 10px;
    color: #ccc;
    font-size: 13px;
}

.img-brand {
    height: 100px !important;
    width: auto;
}
.wh-40{
    width:40px;
    height:40px;
    vertical-align:middle;
    padding:7px;
}


@media screen and (max-width: 700px) {
    .login-container {
        height: auto;
        display: flex;
        align-items: start;
        justify-content: center;
    }
}
