﻿body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #F5F5F5; /*url("~/../../../Images/index-bg.png") no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.user_card {
    height: 400px;
    width: 350px;
    margin-top: auto;
    margin-bottom: auto;
   /* background: #f8f8f8;*/
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
/*    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    border-radius: 5px;
}

.brand_logo_container {
    position: absolute;
    height: 160px;
    width: 160px;
    top: -160px;
    border-radius: 50%;
    border: 2px solid #F5F5F5;
    text-align: center;
    overflow: hidden;
}

.brand_logo {
    width: 100%;
    height: 100px;
    object-fit: contain;
    margin-top: 35px;
    align-items: center;
}

.form_container {
    margin-top: 100px;
}

.login_container {
    padding: 0 2rem;
}
/* Forms */
form input.error {
    border-color: var(--frm-error-color) !important;
}

form label.error {
    font-size: small;
    color: var(--frm-error-color);
    display: none !important;
}

form select.error {
    border-color: var(--frm-error-color) !important;
}

form input.valid {
    border-color: var(--frm-success-color) !important;
}

form select.valid {
    border-color: var(--frm-success-color) !important;
}
/*********/
/* Footer */
.footer {
    zoom:80%;
    text-align: center;
    width: 100%;
    background-color: var(--footer-bg-color);
    color: var(--footer-lt-color);
    padding: 10px 0px;
    bottom: 0;
    position: absolute;
}
/**********/
/* Alerts */
.alert-container {
    bottom: 20px;
    position: fixed;
    width: 30%;
    right: 15px;
    margin-left: 10px;
    float: right;
    border-radius: 4px;
    border: 0px solid transparent;
    background: transparent;
    z-index: 1100;
}

.alert-remove-margin {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    cursor: pointer;
}
/***************/
/* Loading mask */
#loadingMask {
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 1051;
    position: fixed;
    opacity: 0.3;
    text-align: center;
    background: url("/Images/load-mask.gif") no-repeat scroll center center gray;
    display: none;
    background-size: 10rem;
}
/****************/

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
    /*border-radius: 0px 40px 40px 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);*/
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.input-group > .form-control {
    width:350px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.input-group > .input-group-append > .btn {
    /*border-radius: 0px 30px 30px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
    position: absolute;
    top: 0;
    right: 0;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.btn-primary {
    width: 350px;
    height: 35px;
    margin: 5px;
    padding: 2px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    background-color: #1e73be;
}

.boton{
    width:350px;
}
.color-tenant {
    color: white;
    position: absolute;
    right: 5px;
    margin-top:10px;
    /*border-radius: 50%;*/
    /*background: var(--gradient-2, linear-gradient(90deg, #2AF598 0%, #009EFD 100%));*/ 
    display: flex;
    /*transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);*/
}
    
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
}

.icon {
    color: #000;
}

.lblP {
    color: #000;
    font-size: 13px;
    font-family: Arial, sans-serif;
    margin: 5px;
}

.titleLo {
    width: 330px;
    height: 100px;
    position: absolute;
    top: -3px;
    justify-content: center !important;
    text-align: center;
}

    .titleLo small {
        font-size: 15px;
        color: #4d5156;
    }

a {
    color: #1e73be;
    background-color: transparent;
    font-size: 18px;
    text-decoration: none;
}

button, input, optgroup, select, textarea {
    margin: 6px;
    font-family: inherit;
}