body {
    -ms-flex-align: center;
    align-items: center;
    background: url('../img/bg-login.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;


}

.masterWrapp {
    overflow-y: hidden;
}

input::-ms-clear,
input::-ms-reveal {
    display: none;
}

.bgCorporate {
    display: none;
}


main.login {
    width: 100%;
    min-height: 100vh;
    height: auto;
    display: flex;
    align-items: flex-start;



}

main.login .container {
    position: relative;
    max-width: 400px;
    background-color: rgba(0, 0, 0, .7);
    padding: 30px;
    border-radius: 10px;
    margin: 15vw 0 auto;
}

main.login .container h1 {
    font-family: 'Ropa Sans';
    font-size: 3.4rem;
    color: #fff;
    text-align: left;
    margin-bottom: 15px;
}

legend {
    font-size: 1.6rem;
    color: #fff;
}

legend .signUp {
    font-family: 'QuicksandBold' !important;
    text-decoration: underline;
    cursor: pointer;
}


.modal-body.signUp {
    background-image: url(../images/icons/signUp.svg);
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 150px;
    padding: 150px 30px 30px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.form-signin {
    width: 100%;
    max-width: 300px;
    padding: 0;
    margin: auto;
    text-align: center
}

.form-signin .logoPrograma {
    max-width: 250px;
    margin: 0 auto;
}

.form-signin .form-group {
    padding: 15px 0;
}



.form-signin p {
    color: #fff;
    text-align: left
}

.form-signin a.resetPass {
    color: #cbbba0;
    font-weight: bold;
    text-align: center;
    text-decoration: underline
}

.form-signin p a:hover {
    color: #fff;

}

.showPass {
    min-width: auto;
    width: 40px;
    padding: 0 6px;
    background-color: #000;
    border: 1px solid #fff;
    border-radius: 0;
    background-image: url(../images/icons/showPass.png);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: center center;
    color: #fff
}


.showPass.on {
    background-image: url(../images/icons/showPass_on.png);
}


.underConstruction{position: absolute; width: 100%; height: 100%; z-index: 10; top:0; left: 0; background-color: rgba(0,0,0,.5); display: flex; align-content: center; align-items: center; justify-content: center;}
.underConstruction .mssg{ background-color: rgba(255,255,255,1); border-radius: 15px; position: relative; z-index: 20; width: 100%; max-width: 600px; min-height: 200px; margin: 0 auto; display: flex; justify-content: center; align-content: center; text-align: center; padding:100px 30px 30px 30px;}
.underConstruction .mssg p{ font-size: 16px;}
.underConstruction .mssg:before{ background-color: #2d363f; background-image: url(../images/underConstruction.png); background-position: center center; background-size: 120px; background-repeat: no-repeat; border-radius: 100%; width: 150px; height: 150px; content: ""; position: absolute; top: -75px; left: calc(50% - 75px); }


@media (max-width: 768px) and (orientation:landscape) {
    main.login {

        padding: 5vh 0 15vh 0;

    }
}

@media (min-width: 768px) {
    main.login {

        padding: 0;

    }

    .form-signin .logoPrograma {
        max-width: 300px;

    }


main.login .container {
    position: relative;
    max-width: 300px;
    background-color: rgba(0, 0, 0, .7);
    padding: 30px;
    border-radius: 10px;
    margin: 12vw 0 0 15vw;
}

}


@media (min-width: 1025px) {
    body {
        overflow: hidden;

        background-image: none;

    }

    .bgCorporate {
        display: block;
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: url('../img/bg-login.jpg') no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;

    }
    
    main.login .container {
	-webkit-animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}



}