﻿

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: arial;
    background: url(../imagenes/login/fondo.png) top center no-repeat #c4c4c4;
    color: #3a3a3a;
}

.clear {
    clear: both;
}

form {
    width: 406px;
    margin: 170px auto 0;
    padding-bottom: 10%;
}

legend {
    display: none;
}

fieldset {
    border: 0;
}

label {
    width: 115px;
    text-align: right;
    float: left;
    margin: 0 10px 0 0;
    padding: 9px 0 0 0;
    font-size: 14px;
}

input {
    display: block;
    padding: 3px;
    margin: 0 0 5px 0;
    font-size: 14px;
    color: #3a3a3a;
    font-family: Arial;
}

    input[type=checkbox] {
        width: 20px;
        margin: 0;
        display: inline-block;
    }


.button {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    background-color: #1b5e97;
    color: white;
    padding-left: 23px;
    padding-right: 23px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    cursor: pointer;
    border-radius: 40px;
    border: none;
}

    .button:hover {
        background: #25a070;
        color: white;
    }


@media (min-width: 800px) {

    form {
        padding-bottom: 5%;
    }


    .aviso2 {
        max-width: 100%;
        visibility: visible;
    }

    .homeOffice {
        max-width: 100%;
        visibility: visible;
    }
}


@media (max-width: 800px) {

    form {
        padding-bottom: 10%;
    }


    .aviso2 {
        max-width: 100%;
        visibility: visible;
    }

    .homeOffice {
        max-width: 100%;
        visibility: visible;
    }
}

input[type=password] {
    font-family: 'Lato', sans-serif;
    font-size: 100%;
    width: 80%;
    color: #1b5e97;
    border: none;
    border-bottom: solid 1px #1b5e97;
    background-color: transparent;
    outline: none;
    font-size: 20px;
}

input[type=text] {
    font-family: 'Lato', sans-serif;
    color: #1b5e97;
    border: none;
    border-bottom: solid 1px #1b5e97;
    background-color: white;
    outline: none;
    font-size: 20px;
}

.candado {
    width: 30%;
}

.button1 {
    padding-top: 5%;
}

.olvido {
    padding-top: 5%;
    width: 200% !important;
    padding-bottom: 5%;
}

a {
    font-family: 'Lato', sans-serif;
    color: #1b5e97;
    font-size: 15px;
    font-weight: 600;
}

    a:hover {
        color: #25a070;
    }
