﻿*, *::after, *::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    user-select: none;
}

/* Generic */
body {
    margin-top: 50px;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    background: linear-gradient(#141e30, #243b55);
    color: #a0a5a8;
}

/**/
.main {
    position: relative;
    width: 1000px;
    min-width: 1000px;
    min-height: 600px;
    height: 600px;
    padding: 25px;
    background-color: #ffffff;
    box-shadow: 0 15px 25px rgba(0,0,0,.6);
    border-radius: 12px;
    overflow: hidden;
}

/*.row {
    padding-top:0px;
    margin-top:-100px;
}*/


.container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    width: 600px;
    height: 100%;
    padding: 10px;
    background-color: #ffffff;
    transition: 1.25s;
}

.container2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 0;
    width: 600px;
    height: 100%;
    padding: 10px;
    background-color: #ffffff;
    transition: 1.25s;
}

.form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.form__icon {
    object-fit: contain;
    width: 30px;
    margin: 0 5px;
    opacity: 0.5;
    transition: 0.15s;
}

    .form__icon:hover {
        opacity: 1;
        transition: 0.15s;
        cursor: pointer;
    }

.form__input {
    width: 350px;
    height: 40px;
    margin: 4px 0;
    padding-left: 10px;
    font-size: 13px;
    letter-spacing: 0.15px;
    border: none;
    outline: none;
    font-family: "Montserrat", sans-serif;
    background-color: #f8fcff;
    transition: 0.25s ease;
    border-radius: 0px;
    box-shadow: inset 2px 2px 4px #d1d9e6, inset -2px -2px 4px #fffcfc;
}

    .form__input:focus {
        box-shadow: inset 4px 4px 4px #d1d9e6, inset -4px -4px 4px #f9f9f9;
    }

.form__span {
    margin-top: 30px;
    margin-bottom: 12px;
}

.form__link {
    color: #181818;
    font-size: 15px;
    margin-top: 25px;
    border-bottom: 1px solid #a0a5a8;
    line-height: 2;
}

.title {
    font-size: 34px;
    font-weight: 700;
    line-height: 3;
    color: #181818;
}

.description {
    font-size: 14px;
    letter-spacing: 0.25px;
    text-align: center;
    line-height: 1.6;
}

.btn {
    padding: 15px 30px;
    margin: 10px;
    margin-left: 100px;
    color: #fff;
    font-family: sans-serif;
    text-transform: uppercase;
    text-align: center;
    position: center;
    text-decoration: none;
}

.btn10 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 2px;
    color: white;
    cursor: pointer;
    text-align: center;
    text-transform: capitalize;
    border: none;
    position: center;
    overflow: hidden !important;
    /* -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;*/
    background: rgba(0,0,0,.6);
    z-index: 10;
}

/* .btn10:hover {
        color: #80ffd3 !important;
    }*/

/* .btn10::before {
        content: '';
        width: 0%;
        height: 100%;
        display: block;
        background: #071982;
        position: absolute;
        -ms-transform: skewX(-20deg);
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg);
        left: -10%;
        opacity: 1;
        top: 0;
        z-index: -12;
        -moz-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
        -o-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
        -webkit-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
        transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
        box-shadow: 2px 0px 14px rgba(0,0,0,.6);
    }

    .btn10::after {
        content: '';
        width: 0%;
        height: 100%;
        display: block;
        background: #80ffd3;
        position: absolute;
        -ms-transform: skewX(-20deg);
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg);
        left: -10%;
        opacity: 0;
        top: 0;
        z-index: -15;
        -webkit-transition: all .94s cubic-bezier(.2,.95,.57,.99);
        -moz-transition: all .4s cubic-bezier(.2,.95,.57,.99);
        -o-transition: all .4s cubic-bezier(.2,.95,.57,.99);
        transition: all .4s cubic-bezier(.2,.95,.57,.99);
        box-shadow: 2px 0px 14px rgba(0,0,0,.6);
    }

    .btn10:hover::before, .btn1O:hover::before {
        opacity: 1;
        width: 116%;
    }

    .btn10:hover::after, .btn1O:hover::after {
        opacity: 1;
        width: 120%;
    }*/

.button {
    width: 180px;
    height: 50px;
    border-radius: 0px;
    margin-top: 20px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1.15px;
    background-color: #3d4cff;
    color: #f9f9f9;
    box-shadow: 8px 8px 16px #d1d9e6, -8px -8px 16px #f9f9f9;
    border: none;
    outline: none;
}

.imgs {
    opacity: 0;
}

/**/
.a-container {
    z-index: 100;
    left: calc(100% - 600px );
}

.b-container {
    left: calc(100% - 600px );
    z-index: 0;
}

.switch {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 400px;
    padding: 50px;
    z-index: 200;
    transition: 1.25s;
    background-color: #ffffff;
    overflow: hidden;
    box-shadow: 4px 4px 10px #d1d9e6, -4px -4px 10px #f9f9f9;
}

.switch__circle {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background-color: #ecf0f3;
    box-shadow: inset 8px 8px 12px #d1d9e6, inset -8px -8px 12px #f9f9f9;
    bottom: -60%;
    left: -60%;
    transition: 1.25s;
}

.switch__circle--t {
    top: -30%;
    left: 60%;
    width: 300px;
    height: 300px;
}

.switch__container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    width: 400px;
    padding: 50px 55px;
    transition: 1.25s;
}

.switch__button {
    cursor: pointer;
}

    .switch__button:hover {
        box-shadow: 6px 6px 10px #d1d9e6, -6px -6px 10px #f9f9f9;
        transform: scale(0.985);
        transition: 0.25s;
    }

    .switch__button:active, .switch__button:focus {
        box-shadow: 2px 2px 6px #d1d9e6, -2px -2px 6px #f9f9f9;
        transform: scale(0.97);
        transition: 0.25s;
    }

/**/
.is-txr {
    left: calc(100% - 400px );
    transition: 1.25s;
    transform-origin: left;
}

.is-txl {
    left: 0;
    transition: 1.25s;
    transform-origin: right;
}

.is-z200 {
    z-index: 200;
    transition: 1.25s;
}

.is-hidden {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: 1.25s;
}

.is-gx {
    animation: is-gx 1.25s;
}

@keyframes is-gx {
    0%, 10%, 100% {
        width: 400px;
    }

    30%, 50% {
        width: 500px;
    }
}

.registro {
    opacity: 0;
}



@media screen and (max-width:1920px) {
    .validar2 {
        opacity: 0;
    }
}

@media (max-heigth: 800px) and (max-width: 1400px) {
    -main {
        padding-bottom: 150px;
    }
}


@media (min-width:490px) and (max-width:1500px) {
    .main {
        width: 700px;
        min-width: 800px;
        min-height: 500px;
        height: 300px;
    }

    .container2 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 800px;
        height: 100%;
        padding: 5px;
    }

    .container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 400px;
        height: 100%;
        padding: 5px;
    }

    .form__input {
        width: 300px;
        height: 35px;
    }

    .title {
        font-size: 25px;
    }

    .button {
        width: 150px;
        height: 45px;
    }

    .description {
        font-size: 11px;
    }

    .switch__circle {
        width: 400px;
        height: 400px;
    }

    .switch__circle--t {
        width: 250px;
        height: 250px;
    }
}

.validar2 {
    opacity: 0;
}

@media screen and (max-width:800px) {
    .main {
        width: 200px;
        min-width: 350px;
        min-height: 600px;
    }

    .form__input {
        width: 300px;
        height: 35px;
        margin-left: 48px;
    }

    .title {
        font-size: 20px;
        margin-left: 48px;
    }

    .btn10 {
        width: 150px;
        height: 45px;
        margin-left: 48px;
    }

    .description {
        font-size: 11px;
    }

    .switch {
        display: none;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        height: 0%;
        width: 0px;
        padding: 0px;
        z-index: 0;
        transition: 1.25s;
        background-color: white;
        overflow: auto;
        box-shadow: white;
    }

    p {
        margin-left: 48px;
    }

    .registro {
        margin-left: 48px;
        opacity: 1;
    }

    .imgs {
        opacity: 1;
        margin-left: 48px;
    }

    .validar {
        opacity: 0;
    }

    .validar1 {
        margin-left: 48px;
    }

    .validar2 {
        margin-left: 48px;
        opacity: 1;
    }

    .error {
        margin-left: 48px;
    }
}


@media screen and (max-width:480px) {
    .main {
        width: 200px;
        min-width: 350px;
        min-height: 400px;
    }

    .container2 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 400px;
        height: 100%;
        padding: 5px;
    }

    .form__input {
        width: 300px;
        height: 35px;
        margin-left: 240px;
    }

    .title {
        font-size: 20px;
        margin-left: 240px;
    }

    .btn10 {
        width: 150px;
        height: 45px;
        margin-left: 240px;
    }

    .description {
        font-size: 11px;
    }

    .switch {
        display: none;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        height: 0%;
        width: 0px;
        padding: 0px;
        z-index: 0;
        transition: 1.25s;
        background-color: white;
        overflow: auto;
        box-shadow: white;
    }

    p {
        margin-left: 240px;
    }

    .registro {
        margin-left: 240px;
        opacity: 1;
    }

    .imgs {
        opacity: 1;
        margin-left: 240px;
    }

    .validar {
        opacity: 0;
    }

    .validar1 {
        margin-left: 240px;
    }

    .validar2 {
        margin-left: 240px;
        opacity: 1;
    }

    .error {
        margin-left: 240px;
    }
}
