﻿body {
    font-size: 80%;
}

/*input[type=text], input[type=password] {
    height: 30px;
    width: 250px;
    border-width: 0.1em;
    overflow: hidden;
    border-radius: 0.9em;
    box-shadow: 0 1px 2px #aaa;    
    font-family: 'Gotham Book', Verdana, Geneva, Tahoma, sans-serif;
    background-color: #F2F2F2;
    border: 0px;
    font-size: 1em;
    box-shadow: 0 1px 2px #888888;

}
input[type=text],:focus input[type=password]:focus {
    background-color: white;
    border:none;
}*/

input[type=text], input[type=password], textarea, select {
    height: 30px;
    width: 250px;
    border-width: 0.1em;
    overflow: hidden;
    border-radius: 0.9em;
    box-shadow: 0 1px 2px #aaa;
    font-family: 'Gotham Book', Verdana, Geneva, Tahoma, sans-serif;
    background-color: #F2F2F2;
    border: 0px;
    font-size: 1em;
    box-shadow: 0 1px 2px #888888;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus {
    border-color: #9c9c9c;
    background-color: white;
    outline: 0;
    -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(136, 136, 136, 0.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(136, 136, 136, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(136, 136, 136, 0.6);
}

.login-div {
    background-color: white;
    width: 250px;
    height: 200px;
    border-radius: 0.9em;
}

.login-span {
    font-family: 'Gotham Bold', Verdana, Geneva, Tahoma, sans-serif;
    color: #198846;
    font-size: 1.5em;
}

#vh {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.box {
    padding: 30px;
    width: 250px;
    height: 230px;
    line-height: 2em;
    /*Sombra*/
    box-shadow: 0px 0px 25px 1px rgba(136,136,136,0.36);
    -webkit-box-shadow: 0px 0px 25px 1px rgba(136,136,136,0.36);
    -moz-box-shadow: 0px 0px 25px 1px rgba(136,136,136,0.36);
}

#btnIngregar {
    color: white;
    background: none;
    background-color: #198846;
}


/*
body {
    font-family:normal tahoma,arial,verdana,sans-serif;
}

#vh {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.box{    
    padding: 25px;
    width: 450px;
    height: 400px;
    line-height: 2em;
    font-weight: bold;
}

.login {
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0px 10px 25px #888888;    
    color: #198846;         
}
.texboxlogin
{
    font-family:normal 11px/15px tahoma,arial,verdana,sans-serif;
    border-radius: 5px;
    border-bottom:groove;
    background: transparent;
    border: none;
    border-bottom: 1px solid #000000;
}
.combologin
{
    width:350px;
    font-family:Arial;
    outline: none;    
    height:25px;
}
.boton {
    display: inline-block;
    padding: 0px 0px;
    font-size: 15px;
    cursor: pointer;
    text-align: center;
    font-weight:bold;
    color: #FFF;
    outline: none;
    border: none;
    border-radius: 15px;
    width: 163px;
    padding:10px;
    background-color: #198846;
}
.iniciosesion {
    color: #F0CE00;
    font-weight:bold;
    font-size:1.5em;
}
*/