﻿/*@charset "UTF-8";*/
/* 
    Autor:  Marco Bahamondes O.
    Fecha:  19/10/2015
*/

html, body
{
    height: 100%;
}

body
{
    display: table;
    margin: 0px;
    padding: 0px;
    min-height: 100%;
    background: url("../Images/background-login2.png");
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    width: 100%;
}

main
{
    width: inherit;
    top: 0px;
}


.page-row
{
    display: table-row;
}

.page-row-expanded
{
    height: 100%;
}

/*----------------------------FOOTER----------------------------*/

footer
{
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: transparent;
}

/* ICONOS GOOGLE */
footer .material-icons
{
    font-size: 18px !important;
}

.collection .collection-item
{
    line-height: 1.1rem !important;
}

.collection-item .left
{
    padding-right: 8px !important;
}

/*----------------------------FOOTER----------------------------*/

/*----------------------------CONTENEDORES----------------------------*/
/*
.container
{
    height: inherit;
}

.container #form1
{
    height: inherit;
}
*/
/*------------LOGIN------------*/

.containerLogin
{
    background: rgba(255, 255, 255, 0.35);
    border-radius: 3px;
    z-index: 2;
    margin-top: 70px;
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.22), 0px 25px 55px 0px rgba(0, 0, 0, 0.21);
}

/*------------LOGIN------------*/

/*
.container #form1 #updatePanel
{
    height: inherit;
}
*/
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill
{
    background-color: #FFF !important;
    background-image: none;
    color: rgb(0, 0, 0);
}

/*----------------------------CONTENEDORES----------------------------*/


/*-----------------------------NUEVO---------------------------------*/

.form-signin
{
    padding: 15px;
    margin: 30px auto;
}

a
{
    cursor: pointer;
}

.panel-login
{
    margin-top: 25%;
}
