﻿body {
}

#app {
    height: 100vh;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    background-color: #F44336;
}
.theme-white .card-gray {
    border-top: 2px solid #c1c1c1;
}
.content-login {
    text-align: center;
    filter: drop-shadow(2px 4px 12px #620700);
    color: #620700;
}
    .content-login img {
        width: 300px;
        padding-bottom: 1em;
    }
.theme-white .form-control:focus {
    border-color: #fc544b;
}
.eye-login {
    position: absolute;
    right: 40px;
    margin-top: -28px;
}
/*.fa-eye-slash{
    display:none
}*/
