﻿body {
    background: #f8fafc;
    /*background-image: url('../images/parteatrasstaffportal.png');*/
    background-image: url('../images/magnastaffportal-magnaitsolutions-costarica-1.png');
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-size: cover;
    background-position: bottom;
    font-family: Arial;
}

.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.login-container {
    background-color: rgba(0,0,0,0.4) !important;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    /*background: white;*/
    position: relative;
    border-radius: 50px;
    display: flex;
    width: 70vw;
    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: 50%;
        display: block;
        padding: 15px;
        align-items: center;
        text-align: center;
        position: relative;
        margin-top: 10px;
    }

    .login#login-bg {
        width: 50%;
        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;
    }

.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;
}

    .container-input-login input::placeholder {
        opacity: .4;
        font-size: 18px;
        color: black;
    }

.submit-buttons {
    display: flex;
}

.wrap-input100 select {
    background-color: rgba(0,0,0,0.9) !important;
    border: white;
    color: white;
}

.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: #1c2833;
    /*background-image: linear-gradient(45deg, #12498F, #071E39);*/
    box-shadow: #1c2833 0px 20px 30px -10px;
    font-size: 15px;
    border-radius: 30px;
    transition: 0.8s;
    border-top-right-radius: 0;
    border: solid 2px #fff;
    transition: all 1s;
}

    .submit-buttons input:hover {
        border-top-right-radius: 30px;
        box-shadow: inset 400px 50px 0 0 #1c2833;
        transition: 0.8s;
    }

@media (max-width:1100px) {
    .container-input-login label {
        color: white;
    }

    .container-input-login input {
        color: white;
        background-color: rgba(0,0,0,0.8) !important;
    }

    .wrap-input100 select {
        background-color: rgba(0,0,0,0.8) !important;
        border: white;
        color: white;
    }

    .container-input-login input::placeholder {
        color: white;
    }

    .login-container {
        width: 60vw;
        height: 65vh;
        background-color: rgba(0,0,0,0.5) !important;
        box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    }

    .login#login-bg {
        width: 0;
    }

    .login#login-form, .register {
        width: 100%;
    }

    input {
        width: 100%;
    }
}
@media (max-width:1600px) {
    body {
        background: #f8fafc;
        background-image: url('../images/responsivo1600-magnastaffportal-magnaitsolutions-costarica.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:933px) {
        body {
            background-image: url('../images/magnastaffportal1-login-costarica-magnaitsolutions.png') !important;
        }

        .form-title {
            color: white;
        }

        .container-input-login label {
            color: white;
        }

        .container-input-login input {
            color: white;
            background-color: rgba(0,0,0,0.8) !important;
        }

        .wrap-input100 select {
            background-color: rgba(0,0,0,0.8) !important;
            border: white;
            color: white;
        }

        .container-input-login input::placeholder {
            color: white;
        }

        .login-container {
            width: 60vw;
            height: 65vh;
            background-color: rgba(0,0,0,0.5) !important;
            box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
        }

        .login#login-bg {
            width: 0;
        }

        .login#login-form, .register {
            width: 100%;
        }

        input {
            width: 100%;
        }
    }

    @media (max-width:933px) {
        body {
            background-image: url('../images/responsivemagnastaff1.png');
        }

        .form-title {
            color: white;
        }

        .container-input-login label {
            color: white;
        }

        .container-input-login input {
            color: white;
            background-color: rgba(0,0,0,0.8) !important;
        }

        .wrap-input100 select {
            background-color: rgba(0,0,0,0.8) !important;
            border: white;
            color: white;
        }

        .container-input-login input::placeholder {
            color: white;
        }

        .login-container {
            width: 60vw;
            height: 65vh;
            background-color: rgba(0,0,0,0.5) !important;
            box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
        }

        .login#login-bg {
            width: 0;
        }

        .login#login-form, .register {
            width: 100%;
        }

        input {
            width: 100%;
        }
    }

    @media (max-width:800px) {
        .form-title {
            width: 100%;
            font-size: 50px;
        }

        .login-container {
            width: 95vw;
            height: 60vh;
        }
    }

    @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: 25px;
        }

        .login-container {
            width: 95vw;
            height: 100vh;
        }
    }

    @media (max-width:640px) {
        .form-title {
            width: 100%;
            font-size: 40px;
        }

        .login-container {
            width: 95vw;
            height: 80vh;
        }
    }

    @media (max-width:540px) {
        .form-title {
            width: 100%;
            font-size: 25px;
        }

        .login-container {
            width: 95vw;
            height: 65vh;
            background-color: transparent;
            filter: blur(0.30px);
        }
    }

    @media (max-width:500px) {
        body {
            background-image: url('../images/magnastaffportalresponsivo500px-login-costarica-magnaitsolutions.png') !important;
        }
        .form-title {
            width: 100%;
            font-size: 25px;
        }

        .login-container {
            width: 95vw;
            height: 65vh;
            background-color: transparent;
            filter: blur(0.30px);
        }
    }

    @media (max-width:412px) {
        .form-title {
            width: 100%;
            font-size: 25px;
        }

        .login-container {
            width: 90vw;
            height: 70vh;
        }
    }

    @media (max-width:400px) {
        .form-title {
            width: 100%;
            font-size: 25px;
        }

        .login-container {
            width: 90vw;
            height: 80vh;
        }
    }

    @media (max-width:393px) {
        .form-title {
            width: 100%;
            font-size: 25px;
        }

        .login-container {
            width: 90vw;
            height: 65vh;
        }
    }

    @media (max-width:375px) {
        .form-title {
            width: 100%;
            font-size: 25px;
        }

        .login-container {
            width: 90vw;
            height: 80vh;
        }
    }

    @media (max-width:360px) {
        .form-title {
            width: 100%;
            font-size: 25px;
            margin-top: 20px;
        }

        .login-container {
            width: 90vw;
            height: 85vh;
        }
    }

    @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;
    }