﻿.hr {
    border-color: #eee;
}

.menu_container {
    background: url('../images/login-bg-min.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.MainContainer {
    position: fixed;
    top: 0;
    left: 0;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.logo_ld {
    width: 15%;
    position: absolute;
    top: 20px;
    right: 20px;
}

.login_bg {
    position: relative;
    width: 50%;
    margin: 200px auto 0 auto;
    padding: 20px;
    background: #ffffff85;
    border-radius: 3px;
}

.text-color {
    color: #FFF;
}

.mt-2 {
    margin-top: 2rem;
}

.title {
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}

.h1 {
    font-size: 1.3em;
    font-weight: 300;
    margin-bottom: 15px;
    color: #fff;
    margin-top: 30px;
}

p.login-label {
    font-size: 1.3em;
    font-weight: 300;
    margin-bottom: 15px;
}

input.login[type="text"], input.login[type="password"] {
    margin-top: 2px;
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #efefef;
    background-image: none;
    border: none;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

input.login[type="text"] {
    border-radius: 4px 4px 0 0;
}

input.login[type="password"] {
    border-radius: 0 0 4px 4px;
}

.btn-iniciar {
    background: #37c480;
    padding: 10px 30px;
    font-size: 1.1em;
    margin-bottom: 15px;
    margin-top: 15px;
    color: #fff;
}

    .btn-iniciar i {
        margin-left: 9px;
    }

.forgot-pass {
    color: #fff;
    padding-bottom: 15px;
}

.version {
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
}

    .version p, .version a {
        color: #fff;
    }

.bg-contraseña {
    padding: 0 20px 20px 20px;
    background: #fff;
    margin-top: 30px;
}

.input-icon {
    margin-top: 10px;
}

.input-icon > input {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #efefef;
    background-image: none;
    border: none;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

@media only screen and (max-width: 1024px) {

    .login_bg {
        margin: 50px auto;
    }
}

@media only screen and (max-width: 700px) {

    .login_bg {
        width: 100%;
        background: none;
        box-shadow: none;
        padding: 0;
        overflow-x: hidden;
    }

    input.login[type="text"], input.login[type="password"] {
        width: 100%;
        border-radius: 0;
        height: 66px;
        margin: 1px;
        font-size: 18px;
        background: #f1f4ff2e;
        color: #fff;
    }

        input.login[type="text"]::placeholder, input.login[type="password"]::placeholder {
            color: #ffffffad;
        }

    .h1 {
        color: #fff;
        margin-top: 90px;
    }

    .title {
        color: #fff;
        margin-top: 50px;
        font-size: 25px;
    }

    .btn-iniciar {
        width: 100%;
        padding: 24px 30px;
        margin-top: 0;
    }
}

@media only screen and (max-width: 350px) {
    .title {
        margin-top: 15px;
    }

    .h1 {
        margin-top: 25px;
    }
}

@media only screen and (max-height: 625px) {
    .version {
        position: relative;
    }
}
.input-group-addon {
    background-color: #eee;
    border: none;
    color: #555;
}