﻿body {
    display: flex;
    background-image: url('../images/imglogin/magnaci-login-cr.png') !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-size: cover;
    background-position: bottom;
    font-family: Arial;
}

    body::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
        z-index: 0;
    }

.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*Nuevo Inicio Sesión*/
.container_inventory {
    display: block;
}

.icon_inventory {
    height: 100%;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    padding: 5px;
}

    .icon_inventory i {
        font-size: 60px;
    }
/*******/
.login-container {
    position: relative;
    z-index: 1;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    background-color: #22436a;
    position: relative;
    border-radius: 50px;
    display: flex;
    width: 25vw;
    height: 70vh;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    transition: .4s;
}

.login {
    transition: .4s;
    font-family: Cambria;
}

    .login#login-form {
        width: 100%;
        display: block;
        padding: 15px;
        align-items: center;
        text-align: center;
        position: relative;
        margin-top: 10px;
    }

    .login#login-bg {
        width: 0% !important;
        display: inline-flex;
        /*        background-image: url('../images/magnastaffportal1-login-costarica-magnaitsolutions.png');*/
        background-size: cover;
        background-position: center center;
        float: right;
        border-radius: 0 50px 50px 0;
        background-color: red !important;
    }

.register {
    width: 50%;
    display: block;
    padding: 15px;
    align-items: center;
    text-align: center;
    position: relative;
    margin-top: 30px;
    transition: .4s;
    font-family: Comfortaa;
    display: none;
}

.form-title {
    position: relative;
    top: 11%;
    left: 0;
    right: 0;
    text-align: center;
    color: white /*#003965*/;
    font-size: 2rem;
    font-family: Spartan;
    line-height: 1.4;
    margin-top: -24px;
}

    .form-title hr {
        width: 75%;
        border: 2px solid #fff;
        border-radius: 10px;
        margin-top: 20px;
    }

.register .form-title {
    margin-top: -54px;
}

.form-container {
    padding: 25px 10px;
    border-radius: 5px;
    width: 80%;
    text-align: left;
    position: relative;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.container-input-login label {
    font-size: 1.2rem;
    color: white /*#1F467F*/;
    margin: 0px 0 !important;
}

.container-input-login input {
    border: 0;
    width: 100%;
    display: block;
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 20px !important;
    /*    outline: 0;
*/ color: white;
    /*    background-color: rgba(0,0,0,0.9) !important;
*/ transition: .4s;
    background-color: transparent;
    border: 1px solid #346a98;
}

    .container-input-login input:focus {
        border: 2px solid #346a98 !important;
    }

    .container-input-login input::placeholder {
        opacity: .4;
        font-size: 18px;
        color: white !important;
    }

.submit-buttons {
    display: flex;
}

.wrap-input100 select {
    /*    background-color: rgba(0,0,0,0.9) !important;*/
    background-color: transparent;
    border: 1px solid #346a98;
    color: white;
    outline: none;
}

select option[disabled] {
    color: white;
}

.wrap-input100 select:focus {
    border: 3px solid #346a98;
}

.submit-buttons input {
    margin-top: 20px;
    cursor: pointer;
    display: block;
    text-decoration: none;
    padding: 14px 40px;
    color: #fff;
    width: 80%;
    margin: auto;
    text-align: center;
    background-color: #39b095;
    font-size: 15px;
    border-radius: 30px;
    transition: 0.8s;
    border-top-right-radius: 0;
    /*    border: solid 2px #346a98;
*/ /**/
    transition: all 1s;
}

    .submit-buttons input:hover {
        border-top-right-radius: 30px;
        box-shadow: inset 400px 50px 0 0 #2F9A83;
        transition: 0.8s;
    }


@media (max-width:1600px) {
    body {
        background: #f8fafc;
        /*        background-image: url('../images/magna ci.png');
*/ display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100vh;
        background-size: cover;
        background-position: bottom;
        font-family: Arial;
    }
}

@media (max-width:1200px) {
    .content {
        top: 43%;
    }

    body {
        background-image: url('../images/imglogin/magnaci-responsivo-900px.png') !important;
    }

    .form-title {
        color: white;
    }

    .container-input-login label {
        color: white;
    }

    .container-input-login input {
        color: white;
        background-color: transparent !important;
    }

    .wrap-input100 select {
        background-color: transparent !important;
        border: 1px solid #346a98;
        color: white;
    }

    .container-input-login input::placeholder {
        color: white;
    }

    .login-container {
        width: 60vw;
        height: 85vh !important;
        background-color: #22436a !important;
    }

    .login#login-bg {
        width: 0;
    }

    .login#login-form, .register {
        width: 100%;
    }

    input {
        width: 100%;
    }
}

@media (max-width:1100px) {
    .login-container {
        height: 65vh;
    }
}

@media (max-width:1024px) {
    .content {
        top: 50%;
    }

    .login-container {
        width: 60vw;
        height: 52vh !important;
        background-color: #22436a !important;
    }
}

@media (max-width:933px) {
    .login-container {
        width: 60vw;
        height: 65vh;
        box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    }
}

@media (max-width:820px) {
    .login-container {
        width: 60vw !important;
    }

    .form-title {
        width: 100%;
        font-size: 50px;
    }

    .login-container {
        width: 95vw;
        height: 60vh !important;
    }
}

@media (max-width:712px) {
    .form-title {
        width: 100%;
        font-size: 45px;
    }

    .login-container {
        width: 95vw;
        height: 65vh;
    }
}

@media (max-width:640px) {
    .form-title {
        width: 100%;
        font-size: 40px;
    }

    .login-container {
        width: 95vw;
        height: 80vh;
    }
}

@media (max-width:540px) {
    .form-title {
        font-size: 25px;
    }

    .login-container {
        width: 95vw;
        height: 65vh;
        background-color: transparent;
        filter: blur(0.30px);
    }

    footer p {
        font-family: Poppins-Regular;
        font-size: 8px;
        line-height: 1.7;
        color: #666666;
        margin: 0px;
    }

    footer strong {
        color: white;
        font-size: 8px;
    }

    .login-container {
        height: 77vh !important;
    }
}

@media (max-width:500px) {
    .form-title {
        width: 100%;
        font-size: 25px;
    }

    .login-container {
        width: 95vw;
        height: 65vh;
        background-color: transparent;
        filter: blur(0.30px);
    }
}

@media (max-width:414px) {
    .login-container {
        width: 90vw;
        height: 70vh;
    }
}

@media (max-width:400px) {
    .form-title {
        width: 100%;
        font-size: 25px;
    }

    .login-container {
        height: 80vh;
    }
}

@media (max-width:393px) {
    .login-container {
        height: 65vh;
    }
}

@media (max-width:375px) {
    .login-container {
        height: 85vh !important;
    }
}

@media (max-width:360px) {
    .form-title {
        margin-top: 20px;
    }

    .login-container {
        height: 75vh !important;
    }
}

@media (max-width:320px) {
    .form-title {
        width: 100%;
        font-size: 20px;
    }

    .login-container {
        width: 90vw;
        height: 85vh;
    }
}

footer {
    width: 100%;
    /*background-image: url("https://i.pinimg.com/originals/49/4c/6b/494c6b914a7842e7c0e18cb68d41255e.png");*/
    min-height: 5px;
    padding: 5px 0px 5px 0px;
    text-align: center;
    height: 50px;
    position: fixed;
    bottom: 0px;
    right: 0;
    line-height: 100%;
    color: violet;
}

    footer strong {
        color: white;
    }
