﻿/*==============================================================*/
/*	Css y MediaQueries para sistema Web H2O                     */
/*	by Aktien Tecnologías de Información						*/
/*	México - Nov, 2017	-		http://www.aktien.com.mx/		*/
/*==============================================================*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
    body {
        background-color: #fafafa;
        font-family: 'Roboto', sans-serif;
    }
    #upMain {
        margin-bottom: 200px;
    }

    .navbar-default {
        height: 10rem;
        background-image: none;
        background-color: #00b6d8;
        border-radius: 0;
        border: none;
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 8px 4px rgba(0,0,0,.3);
        box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 8px 4px rgba(0,0,0,.3);
    }

    .container-fluid {
        background-color: transparent !important;
        height: 10rem;
    }

    .navbar-brand {
        margin: 0 !important;
        padding: 0 !important;
    }

        .navbar-brand > img {
            height: 9rem;
        }

    .h2o-login-title {
        font-size: 2.1rem;
        font-weight: bold;
    }

    .h2o-login-subtitle {
        font-size: 1.4rem;
        margin-bottom: 6rem;
    }

    .h2o-login-container {
          background-image: url(/images/bg-login.png);
    background-size: cover;
    background-position: initial;
    border-radius: 15px;
    padding: 5rem;
    }

        .h2o-login-container p {
            font-weight: bold;
            font-size: 14px;
        }

        .h2o-login-container input[type=submit] {
            border: none;
            border-radius: 0;
            padding: 1rem 10rem;
            margin-top: 1rem;
            background-color: #00b6dd;
            color: white;
            font-size: 12px;
            font-weight: bold;
            letter-spacing: 1px;
            box-shadow: 2px 2px 5px black;
        }

        .h2o-login-container input[type=text], .h2o-login-container input[type=password] {
            width: 100%;
            background-color: rgba(255, 255, 255, 0.75);
            border: none;
            border-radius: 4px;
            padding: 10px 10px;
            font-size: 12px;
            margin-bottom: 2rem;

        }

    .h2o-login-container-forget {
        margin: 1rem 0 2rem;
    }

        .h2o-login-container-forget a {
            color: black;
            text-decoration: underline;
        }

    .h2o-footer {
        background-color: white;
        border-bottom: solid 1px #b5b5b5;
        margin: 3rem 0rem 0rem 0rem;
        padding: 3rem 0rem 2rem;
        width: 100%;
        -webkit-box-shadow: inset 0 -1px 4px rgba(255,255,255,.15), 0 -1px 4px rgba(0,0,0,.3);
        box-shadow: inset 0 -1px 4px rgba(255,255,255,.15), 0 -1px 4px rgba(0,0,0,.3);
        position: fixed;
        bottom: 0;
    }

        .h2o-footer.row {
            margin: 0;
        }
}

@media only screen and (min-width : 370px) {
}
/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
}
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1300px) {
}
