:root {
    --input-padding-x: 1.5rem;
    --input-padding-y: .75rem;
}

body {
    background: #f7f5f3;
    background: linear-gradient(to right, #f7f5f3, #f7f5f3);
}

.card-signin {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background-color: transparent !important;
}

.card-signin .card-title {
    margin-bottom: 2rem;
    font-weight: 300;
    font-size: 1.5rem;
}

.card-signin .card-img-left {
    background-size: cover;
}

.card-signin .card-body {
    padding: 2rem;
}

.input-group-text {
    background: #62a2ea !important;
    color: white !important;
    border: 0 !important;
    border-radius: 0.25rem 0 0 0.25rem !important;
}

.input-text {
    box-shadow: none !important;
    outline: 0px !important;
}

.ui-growl {
    position: absolute;
    top: 60px !important;
}

.botonesLogin {
    border-radius: 0.25rem !important;
    background-color: #0773df;
    background: linear-gradient(to right, #0062E6, #33AEFF);
    border: none;
    color: white;
    padding: 5px 12px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    width: 150px;
}

.backgroundImage {
    background-image: url("/images/login/?file=inicio_AS2-ERP.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    max-width: 100vw !important;
    height: 100vh;
}

.logo {
    width: 100%;
    height: 20px;
    padding: 0px;
    margin: auto;
    position: relative;
    text-align: center;
}

.login-class {
    margin-left: auto !important;
    margin-right: auto !important;
}

@media ( min-width: 1200px) {
    .login-class {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
}

@media ( min-width: 992px) {
    .login-class {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
}

@media ( min-width: 1200px) {
    .login-class {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
}