<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    background-image: url('../Sistema/img/fondo5.jpg');
}

h1{
    font-size: 35px;
    text-align: center;
    margin: 5px;
    font-family: 'Oswald', sans-serif;
    color: rgb(153, 37, 143);
}

img{
    display: block;
    margin: auto
}
    
hr.style-one{
            border: 0;
            height: 1px;
            background: #333;
            background-image: -webkit-linear-gradient(left,rgba(255, 255, 255, 0.76), #333, rgba(255, 255, 255, 0.76));
            background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.76), #333, rgba(255, 255, 255, 0.76));
            background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.76), #333, rgba(255, 255, 255, 0.76));
            background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.76), #333, rgba(255, 255, 255, 0.76));
}

form{
    position: absolute;
    left: 38%;
    right: 38%;
    /*height: 50%;*/
    top: 15%;
    background-color: rgba(255, 255, 255, 0.89);
    width: 19%;
    padding: 0px 30px 15px 15px;
    border-radius: 1%;
    margin: 0%;
}

form label{
    text-align: left;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 17px;
}
input{
    width: 100%;
    padding: 7px;
    border:.5px solid rgba(128, 128, 128, 0.596);
    border-radius: 5px;
    font-size: 17px;
}
input[type=text]:focus, input[type="password"]:focus {
    border-radius: 5px;
    border: none;
    border: 1px solid #075efee5;
  }
.button{
    width: 40%;
    margin-left: 65%;
    background-color: rgb(29, 114, 224);
    color: white;
    outline:none;
    cursor: pointer;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert {
    position: relative;
	width: 100%;
	margin: 20px auto;
    border-radius: .25rem;
}
.alert p{
    padding: 10px;
    text-align: center;
}


@media(max-width: 1450px) {
    form{
        position: absolute;
        width: 21%;
        left: 37%;
        right: 37%;
        top: 15%;
    }
}

@media(max-width: 1350px) {
    form{
        position: absolute;
        width: 23%;
        left: 35%;
        right: 35%;
        top: 15%;
    }
}

@media(max-width: 1310px) {
    form{
        position: absolute;
        width: 23%;
        left: 35%;
        right: 35%;
        top: 15%;
    }
}


@media(max-width: 1220px) {
    form{
        position: absolute;
        width: 24%;
        left: 35%;
        right: 35%;
        top: 15%;
    }
}

@media(max-width: 1170px) {
    form{
        position: absolute;
        width: 26%;
        left: 35%;
        right: 35%;
        top: 15%;
    }
}

@media(max-width: 1100px) {
    form{
        position: absolute;
        width: 26%;
        left: 35%;
        right: 35%;
        top: 15%;
    }
}

@media(max-width: 1080px) {
    form{
        position: absolute;
        width: 27%;
        left: 35%;
        right: 35%;
        top: 15%;
    }
}
@media(max-width: 1050px) {
    form{
        position: absolute;
        width: 27%;
        left: 35%;
        right: 35%;
        top: 15%;
    }
}

@media(max-width: 1040px) {
    form{
        position: absolute;
        width: 28%;
        left: 35%;
        right: 35%;
        top: 15%;
    }
}


@media(max-width: 1000px) {
    form{
        position: absolute;
        width: 30%;
        left: 35%;
        right: 35%;
        top: 15%;
    }
}

@media(max-width: 940px) {
    form{
        position: absolute;
        width: 32%;
        left: 30%;
        right: 30%;
        top: 15%;
    }
}

@media(max-width: 880px) {
    form{
        position: absolute;
        width: 34%;
        left: 30%;
        right: 30%;
        top: 15%;
    }
}

@media(max-width: 830px) {
    form{
        position: absolute;
        width: 36%;
        left: 30%;
        right: 30%;
        top: 15%;
    }
}


/*------------*/

@media(max-width: 800px) {
    form{
        position: absolute;
        width: 40%;
        left: 30%;
        right: 30%;
        top: 15%;
    }
}

@media(max-width: 710px) {
    form{
        position: absolute;
        width: 42%;
        left: 25%;
        right: 25%;
        top: 15%;
    }
}

@media(max-width: 680px) {
    form{
        position: absolute;
        width: 44%;
        left: 25%;
        right: 25%;
        top: 15%;
    }
}

@media(max-width: 650px) {
    form{
        position: absolute;
        width: 46%;
        left: 23%;
        right: 23%;
        top: 15%;
    }
}

@media(max-width: 620px) {
    form{
        position: absolute;
        width: 48%;
        left: 23%;
        right: 23%;
        top: 15%;
    }
}

@media(max-width: 590px) {
    form{
        position: absolute;
        width: 50%;
        left: 23%;
        right: 23%;
        top: 15%;
    }
}

@media(max-width: 576px) {
    body{
        background-image:none;
        background-color: white;
    }
    form{
        position: absolute;
        width: 88%;
        top: 30px;
        left: 0;
        right: 0;
        bottom: 0;

    }
}</pre></body></html>