﻿/*Apartir del 380px*/

body {
    /*background-image: url(cgw.png);*/
}

input#admin {
    background-image: url(../svg/log-user.svg);
    background-repeat: no-repeat;
    background-position: 5px;
    background-size: 18px 18px;
    padding-left: 25px;
}

input#pass {
    background-image: url(../svg/lock.svg);
    background-repeat: no-repeat;
    background-position: 5px;
    background-size: 18px 18px;
    padding-left: 25px;
}

input {
    background-color: white;
    border: 1px solid #A9A9A9;
    height: 33.333px;
    font-size: 14px;
    font-weight: 100;
    width: 100%;
}

.content-cgw {
    background-color: rgba(255, 255, 255, 0.48);
}

    .content-cgw section:first-child {
        margin: 0 auto;
        width: 100%;
        overflow: hidden;
    }

.login div.mobile-background {
    height: 190px;
    overflow: hidden;
}

    .login div.mobile-background div:last-child {
        top: 0%;
        position: absolute;
        width: 100%;
    }

.login div:first-child {
    text-align: center;
    margin-bottom: 20px;
}

    .login div:first-child figure {
        margin: 0;
        width: 100%;
    }

        .login div:first-child figure > img {
            width: 215px;
        }

.login div + div h1 {
    text-transform: uppercase;
    font-size: 2em;
    font-weight: 500;
    margin: 12px 0;
    color: #474747;
    text-align: center;
}

.login div + div h3 {
    text-align: center;
    font-size: 1.7em;
    font-weight: 300;
}

.login div + div div.login-form {
    width: 90%;
    margin: 18px auto;
    text-align: center;
}


.login div:last-child {
    width: 90%;
    margin: 30px auto;
    text-align: center;
}

input[type=button] {
    width: 80%;
    height: 43px;
    background-color: #4AEED0;
    border: 1px solid #2AAB70;
    color: #146C46;
    -moz-box-shadow: 0px 0px 0px 2px rgba(55, 169, 148, 0.22);
    -webkit-box-shadow: 0px 0px 0px 2px rgba(55, 169, 148, 0.22);
    box-shadow: 0px 0px 0px 2px rgba(55, 169, 148, 0.22);
    font-weight: 600;
    padding: 0;
}

    input[type=button]:hover {
        -moz-box-shadow: 0px 0px 0px 3px rgba(55, 169, 148, 0.22);
        -webkit-box-shadow: 0px 0px 0px 3px rgba(55, 169, 148, 0.22);
        box-shadow: 0px 0px 0px 3px rgba(55, 169, 148, 0.22);
    }

.down {
    margin: 0 auto;
    width: 90%;
    overflow: hidden;
}

    .down div:first-child {
        text-align: center;
        margin-top: 40px;
    }

        .down div:first-child figure {
            margin: 36px auto;
        }

            .down div:first-child figure img {
                width: 145px;
            }

                .down div:first-child figure img:hover {
                    -moz-transition: -webkit-filter .6s;
                    -o-transition: -webkit-filter .6s;
                    -webkit-transition: -webkit-filter .6s;
                    transition: -webkit-filter .6s;
                    -moz-filter: grayscale(1);
                    -ms-filter: grayscale(1);
                    -webkit-filter: grayscale(1);
                    filter: grayscale(1);
                    /* -webkit-filter: grayscale(1); Chrome 
                filter: url(filters.svg#grayscale);  Firefox 3.5+*/
                    filter: gray; /*IE6-9*/
                }

    .down div:last-child {
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }

        .down div:last-child p {
            margin: 5px 0;
            width: 100%;
            color: #171717;
            font-size: 14px;
            font-weight: 200;
        }

            .down div:last-child p:last-child {
                margin: 5px 0;
                width: 100%;
                color: #171717;
                font-size: 12px;
            }

.activateSpin {
    display: block !important;
}
.stopSpin {
    display: none !important;
}

.ul_boxMsg {
    position: relative;
    width: 319px !important;
    margin: 0 auto;
}

    .ul_boxMsg li {
        width: auto !important;
        margin: 0 auto !important;
        display: inline-block;
    }

.msg_Warning {
    color: #867A10;
    font-size: 13px;
    background-color: #FFEB3B;
    display: block;
    border: 1px solid #C5A375;
    padding: 7px;
    text-align: center;
    width: auto;
}
