*{
    margin:0;
    padding: 0;
}
html,body{
    height: 100%;
    width: 100%;
}
#app{
    height: 100%;
}
.banner{
    background-image: url('../images/login.png');
    background-size: cover;
    background-position: center;
    height: 100%;
    overflow-y: scroll;
    width: 100%;
}
.mask{
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    min-height: 100%;
    justify-content: center;
    padding: 25px 0;
    width: 100%;
}
.form-login{
    background-color: rgba(255, 255, 255, 1);
    border-radius: 5px;
    padding: 30px;
    width: 400px;
}
.ayuda{
    display: block;
    margin: 15px auto 0;
    width: 140px !important;
}
.form-login img{
    display: block;
    margin: 0 auto;
    width: 75px;
}
.telefono{
    width: 200px !important;
}
.top15{
    margin-top: 15px;
}
.top30{
    margin-top: 30px;
}
.top25{
    margin-top: 25px;
}
.top35{
    margin-top: 35px;
}
.input-login{
    background-color: #dedede;
    border-radius: 8px;
    padding: 10px;
    width: 100%;
}
.btn-login{
    background-color: #218CC2;
    color: #fff;
    padding: 10px;
    width: 100%;
}
.red-txt span{
    color: red;
    font-size: 0.8em;
}
.center{
    text-align: center !important;
}