    

#login{
    width: auto;
    height: 100vh;
    object-fit: contain;
    background-image: url(../img/bitmap.jpg); 
    background-size: cover;
}

#register-pass{
    width: auto;
    height: 100vh;
    object-fit: contain;
    background-image: url(../img/register-pass.jpg); 
    background-size: cover;
}

#welcome-log{
    width: auto;
    height: 100vh;
    object-fit: contain;
    background-image: url(../img/welcome.jpg); 
    background-size: cover;
}

.reset-pass {
    width: auto;
    height: 100vh;
    object-fit: contain;
    background-image: url(../img/forgot-pass.jpg); 
    background-size: cover;
}

.form-reset-pass{
    transform: translate(0%, 50%);
}

.form-reset-pass a{
    color: #00a9e0;
}

/*.rectangle {
    min-height: 323px;
    background-image: linear-gradient(to bottom, #ecf6fc, #f8faff);
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
}
*/

#welcome-log .rectangle {
    /*height: 50vh;*/
    background-image: linear-gradient(to bottom, #ecf6fc, #f8faff);
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
}

.mask-2 {
    max-width: 800px;
    min-height: 324px;
    border-radius: 7px;
    box-shadow: 0 4px 6px 0 rgba(47, 83, 151, 0.1);
    /*background-color: #ffffff;*/
    /*background-image: linear-gradient(to bottom, #ecf6fc, #f8faff);    */
    background-image: linear-gradient(to bottom, #ecf6fc, #f8faff);
    padding: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.rectangle img {
    max-width: 425px;
    width: 100%;
    object-fit: contain;
}

.crea-tu-cuenta {
    min-height: 323px;
    background: #FFFFFF;
    padding: 0 15px 25px 15px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.crea-tu-cuenta h1{
    font-family: Roboto;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3f4245;
}

.crea-tu-cuenta h5{
    font-family: Roboto;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.1px;
    color: #323c47;
}

.crea-tu-cuenta .form-group input{
    max-width: 200px;
    height: 34px;
    border-radius: 5px;
    background-color: #eff5fa;
    padding-right: 5px;
}

.form-group.has-feedback{
    margin-bottom: 15px;
}

input::placeholder {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.1px;
    color: #3f4245;
}

.btn.btn-link.forgot{
    padding-left: 0;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.1px;
    color: #00a9e0;
}

.mask-2 .rectangle h2{
    margin-top: 26%;
    margin-bottom: 0px;
}

#welcome-log .mask-2 .rectangle h2{
    margin-top: 36%;
    margin-bottom: -5px;
}

.form-group.has-error .help-block {
    color: #dd4b39;
    font-size: 10px;
    font-weight: bold;
}

@media only screen and (max-width: 991px) {
    .mask-2 .rectangle h2{
        margin-top: 40%;
        margin-bottom: -5px;
    }
    #welcome-log .mask-2 .rectangle h2{
        margin-top: 60%;
        margin-bottom: -5px;
    }
}

@media only screen and (max-width: 767px) {
    #login{
        width: auto;
        height: 100vh;
        object-fit: contain;
        background-size: cover;
        background-position: center;
    }
    .rectangle {
        height: auto;
        border-top-right-radius: 7px;
        border-top-left-radius: 7px;
    }
    .mask-2 .rectangle h2{
        margin-top: 5%;
        margin-bottom: -5px;
        font-size: 18px;
    }
    #welcome-log .mask-2 .rectangle h2{
        margin-top: 5%;
        margin-bottom: -5px;
    }
    #welcome-log .rectangle {
        height: 12vh;
    }
    .form-reset-pass {
        transform: translate(0%, -7%);
    }
    .reset-pass{
        background-position: center;
    }
}

.col-xs-6.next-log {
    margin-top: 5px;
}















