﻿@media only screen and (min-width: 580px) {

    .login div + div div.login-form {
        width: 380px;
    }

    input[type=button] {
        width: 330px;
    }

    .login div.mobile-background {
        height: 215px;
        overflow: hidden;
    }
}

@media only screen and (min-width: 768px) {

    .content-cgw .login div:first-child figure > img {
        width: 250px;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
}

@media only screen and (min-width: 1300px) {

    .login div.mobile-background {
        height: 250px;
        overflow: hidden;
    }

        .login div.mobile-background div:first-child > img {
            width: 100%;
        }
}


/*@mediaQuery Orientación Landscape*/

@media only screen and (min-width : 321px) {
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    /*.fnd-img-log img:first-child {
        display: none;
    }*/

        .fnd-img-log img:first-child + img {
            display: block !important;
        }
}

@media only screen and (max-width: 767px) and (min-width: 580px) {
    /*.fnd-img-log img:first-child {
        display: none;
    }*/

    .fnd-img-log img:first-child + img + img{
        display: block !important;
    }
}
@media only screen and (max-width: 580px) {
    .fnd-img-log img:first-child {
        display: none;
    }

    .fnd-img-log img:last-child {
        display: block !important;
    }

}
