﻿body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif !important;
}

h3 {
    margin: 20px;
    color: #fff;
    font-size: 18px;
}

a {
    text-decoration: none !important;
}

input[type="text"], input[type="password"] {
    border-radius: 4px;
    border: 1px solid #c3c3c3;
    height: 25px !important;
}

input[type="submit"] {
    width: 190px !important;
    border-radius: 4px !important;
    border: 1px solid #c3c3c3 !important;
    height: 30px !important;
    padding: 4px;
    font-weight: 300;
}

.login_content {
    width: 315px;
    height: 600px;
    margin: auto;
    background-image: url(https://argon-dashboard-pro-nodejs.creative-tim.com/img/brand/blue.png);
    background-position: center 100px;
    background-repeat: no-repeat;
    background-size: 250px;
    display: block;
}



.formulario {
    width: 100%;
    margin: auto;
    margin-top: 65%;
    height: auto;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    list-style: none;
    padding: 0;
    float: left;
}

    .formulario li {
        min-height: 38px;
        width: 190px;
        /*padding-left: 6.5%;*/
        margin: auto;
    }

        .formulario li input[type="text"] {
            width: 190px;
        }

        .formulario li input[type="password"] {
            width: 190px;
        }



.footer {
    width: 100%;
    height: 80px;
    background-color: #8cc63e;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}

.leftTxt {
    float: left;
    margin-left: 20px;
    margin-top: 10px;
    color: #1b483d;
}

    .leftTxt a {
        color: #1b483d;
    }

.rightTxt {
    float: right;
    margin-right: 20px;
    margin-top: 10px;
    color: #1b483d;
}
