﻿
/*template*/
#MP_P_wrapper {
    width: 100vw;
    height: 100vh;
}

#wrapper {
    -webkit-box-shadow: inset 0px 0px 0px 1px silver;
    width: 100vw;
    height: 100vh;
    position: relative;
    float: left;
    background-image: url('../Img/General/back_login.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow-y: auto;
    overflow-x: hidden;
}

@media only screen and (min-width: 481px) and (max-width: 720px) {
}

@media only screen and (max-width: 480px) {
}


.content {
    position: relative;
    min-width: 300px;
    max-width: 500px;
    margin: 0 0;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: transparent;
    box-shadow: -0px 0px 30px 5px rgba(0,0,0,0.2);
}

@media only screen and (min-width: 481px) and (max-width: 720px) {
    .content {
        background-color: rgba(242,242,242,0.5);
    }
}

@media only screen and (max-width: 480px) {
    .content {
        background-color: rgba(242,242,242,0.5);
    }
}

#logo {
    width: 250px;
    height: 120px;
    background-image: url('../Img/General/logo_login.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
}


#usechromeexplorermessage {
    background-image: url('../Img/Iconos/browsers/chrome.png');
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: left center;
    line-height: 35px;
    vertical-align: middle;
    padding-left: 35px;
    text-align: left;
}


.arrow_l, .arrow_r {
    margin: 0 auto;
    background-size: auto 29px;
    background-repeat: no-repeat;
    width: 29px;
    height: 29px;
    cursor: pointer;
}

.arrow_l {
    background-image: url('../Img/Iconos/PW/arrow_l.svg?v=24072101');
    display: none;
}

.arrow_r {
    background-image: url('../Img/Iconos/PW/arrow_r.svg?v=24072101');
}