﻿html,
body {
    height: 100%;
}

body {
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
    z-index: 10;
    background-color: #f5f5f5;
    opacity: 0.7;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-floating:focus {
    z-index: 12;
}

.form-signin input[type="text"] {
    margin-bottom: 5px;
    /*
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    */
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    /*
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    */
}

.fullscreen_bg {
    filter: blur(2px);
    opacity: 0.5;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: 80% 80%;
    background-image: url('/images/fondo.jpg');
    background-repeat: repeat;
}
