﻿
/*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_1.jpg?v=24072101');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 0;
}

@media only screen and (min-width: 481px) and (max-width: 720px) {
    #wrapper {
        background-image: url('../Img/General/back_login_2.jpg?v=24072101');
        background-position: right top;
    }
}

@media only screen and (max-width: 480px) {
    #wrapper {
        background-image: url('../Img/General/back_login_2.jpg?v=24072101');
        background-position: right -100px top;
    }
}


.content {
    position: relative;
    min-width: 300px;
    max-width: 500px;
    margin: 0 0;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgba(0,176,240,0.7);
    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(0,176,240,0.7);
    }
}

@media only screen and (max-width: 480px) {
    .content {
        background-color: rgba(0,176,240,0.7);
    }
}

#logo {
    width: 100%;
    height: 50px;
    background-image: url('../Img/General/logo_login.svg?v=24072101');
    background-repeat: no-repeat;
    background-size: auto 90%;
    background-position: center center;
}

#usechromeexplorermessage {
    background-image: url('../Img/Iconos/browsers/chrome.png?v=24072101');
    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');
}

.arrow_r {
    background-image: url('../Img/Iconos/PW/arrow_r.svg?v=24072101');
}

.Wrapper2_css {
    border: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    height: 100vh;
    min-width: 300px;
    max-width: 500px;
    display: none;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #ececec;
    z-index: 2;
}