@import url('login_view.css');
html, body {
    height: 100%;
    margin: 0;
    overflow-y: hidden !important;
}

.login-container {
    height: 100vh;
    overflow: hidden;
}

.bg-login-img {
    background: url('/imgs/foto_login.jpg') no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100vh;
}



a{
    text-decoration: transparent !important;
    color:black;
}


#forgotModal .badge {
    font-size: .95rem;
    padding: .45rem .6rem;
}

#forgotModal .modal-content {
    border: 0;
    box-shadow: 0 12px 30px rgba(0,0,0,.15);
}

#forgotModal .modal-header {
    border-bottom: 1px solid rgba(0,0,0,.05);
}

#forgotModal .modal-footer {
    border-top: 1px solid rgba(0,0,0,.05);
}