﻿body, html {
    font-family: ingra-wide,helvetica,arial,sans-serif;
}

.div-muted {
    background-color: #000;
    opacity: .8;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 1500;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.div-login-form {
    background-color: #fff;
    z-index: 1501;
    height: 40vh;
    min-height: 400px;
    width: 20vw;
    position: absolute;
    border-radius: 15px;
    opacity: 1;
    padding: 30px;
}

label {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.navbar-text span {
    padding-left: 20px;
    text-transform: uppercase;
    color: #676767;
}

.div-login-form {
    display: flex;
    flex-direction: column;
}

.div-login-form input {
    font-size: 18px;
    margin-bottom:15px;
}

.div-login-form #btnLogin {
    margin-top:30px;
}



.div-login-form img {
    max-width: 40%;
    margin: 0 auto 25px auto;
}

.error {
    font-size: 11px;
    border-left: 8px solid #db4040;
    padding-left: 6px;
    margin-top: 8px;
    height: 14px;
}

.alert {
    position: absolute;
    z-index: 5;
    bottom: 0px;
    min-width: 500px;
}

.info {
    font-size: 11px;
    border-left: 8px solid #ffd12a;
    padding-left: 6px;
    line-height: 35px;
}

.descimages {
    border-radius: 10px;
    padding: 5px;
    border: 1px solid #7b7b7b;
    background: #fff;
    -webkit-box-shadow: 10px 10px 5px -7px rgba(214, 214, 214, 1);
    -moz-box-shadow: 10px 10px 5px -7px rgba(214, 214, 214, 1);
    box-shadow: 10px 10px 5px -7px rgba(214, 214, 214, 1);
}

.radiocheck label {
    font-size: 13px;
    text-transform: none;
    margin-left: 6px;
}

.desctext {
    font-size: 11px;
    padding: 5px;
}