body,
html {
    height: 100%;
}

.bg {
    /* The image used */
    background-image: url("../img/Fondo2.jpg");

    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.form-signin {
    width: 100%;
    max-width: 460px;
    padding: 1px;
    margin: auto;
    color: #ffffff;
    background-color: #fff;
    border-radius: 15px; 
    box-shadow: 2px 2px 5px #8facc5, 0px 0px 0px #8facc5, 0px 0px 0px #8facc5;
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.titulo {
    padding-top: 7px;
    font-size: 1.3em;
    font-weight: bold;
}

.invalid-feedback {
    font-size: 90% !important;
    color: #e58722;
}

.card-header{
    background-color: #fff !important;
    border-bottom: 0px;
    margin-top: 15px; 
    color: #2E5695
}

.card-body {
    color: #000;
}

.footer-login{
    margin-top: 12px;
    color:#009DDC;
}

.rounded-pill-style {
    border-radius: 20px; 
}

.fontuser {
    position: relative;
}
  
.fontuser i{
    position: absolute;
    left: 22px;
    top: 13px;
    color: gray;
}

.passwordUser {
    position: relative;
}

.passwordUser i{
    position: absolute;
    left: 22px;
    top: 13px;
    color: gray;
}

.inputUser {
    padding: 12px 40px; 
    margin: 8px 0; 
    display: inline-block; 
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.inputPass {
    padding: 12px 40px; 
    margin: 8px 0; 
    display: inline-block; 
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.purple-depth {
    background: radial-gradient(#83469f, #964db7);
    color: white;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.rounded-sign {
    border-radius: 15px 20px !important;
}

.rounded-check-box {
    border-radius: 7px !important;
}