@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

    input:-webkit-autofill:focus {
        -webkit-box-shadow: /*your box-shadow*/,0 0 0 50px white inset;
        -webkit-text-fill-color: #333;
    }

-webkit-text-fill-color: #838B95 !important;

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background-color: #303E4D;
}

body, input {
    font-family: 'Montserrat', sans-serif;
}

.input-field input {
    background: none;
    outline: none;
    border: none;
    line-height: 1;
    font-weight: 300;
    font-size: 1.1rem;
    color: #333;
    margin-right: 5%;
}


.container-left {
    display: table-cell;
    width: 50%;
    height: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 0% !important;
}

.container-right {
    display: table-cell;
    width: 50%;
    height: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 0% !important;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    user-select: none;
    background: linear-gradient( rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5) 100%),url("assets/img/bg/warsaw4.jpg") top;
    border-radius: 0px 10px 10px 0px;
}

@media only screen and (max-width: 1140px) {
    .container-right {
        visibility: hidden;
    }

    .container {
        display: grid;
        top: 0%;
        bottom: unset;
        left: 0%;
        height: 100%;
        width: 100%;
    }

    .forms-container {
        position: absolute !important;
        width: 100%;
        height: unset;
    }
}

@media only screen and (max-width: 500px) {
    .container {
        height: 100% !important;
        width: 100% !important;
        top: 0% !important;
        left: 0% !important;
        border-radius: 0px !important;
        box-shadow: unset !important;
    }

    .description {
        padding: 2px;
    }

    .input-field {
        width: 90% !important;
    }

    .btn {
        width: 90% !important;
    }

    .circle-top-left {
        visibility: hidden;
    }

    .circle-bottom-right {
        visibility: hidden;
    }
}

@media only screen and (max-height: 799px) {
    .languages {
        visibility: hidden;
    }
}

@media only screen and (max-width: 500px) {

    .languages {
        visibility: visible;
    }

    .languages-text {
        margin: 0 0.20rem !important;
    }

    img.logo {
        width: 270px !important;
    }

    .aderir-text {
        font-size: 1rem !important;
        margin-bottom: 10px !important;
        margin-top: 10px !important;
    }
}

.form-header {
    max-width: 380px;
    width: 100%;
    align-items: center;
    text-align: center;
}

.container {
    display: table;
    position: absolute;
    top: 7%;
    bottom: auto;
    left: 10%;
    height: 86%;
    width: 80%;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 1.7px 2.3px rgba(0, 0, 0, 0.018), 0 3.9px 5.2px rgba(0, 0, 0, 0.026), 0 6.7px 8.8px rgba(0, 0, 0, 0.032), 0 10.3px 13.5px rgba(0, 0, 0, 0.038), 0 15.2px 20.1px rgba(0, 0, 0, 0.042), 0 22.3px 29.5px rgba(0, 0, 0, 0.048), 0 33.5px 44.2px rgba(0, 0, 0, 0.054), 0 53.4px 70.4px rgba(0, 0, 0, 0.062), 0 100px 132px rgba(0, 0, 0, 0.08);
}

.forms-container {
    position: relative;
    width: 100%;
    height: 90%;
    top: 8%;
    left: 0;
}

form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.title {
    font-size: 1.2em;
    color: #444;
    margin-bottom: 10px;
    font-weight: 300;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

img.logo {
    pointer-events: none;
    size: 100px;
    margin-bottom: 25px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.description {
    font-size: 1.1rem;
    font-weight: 200;
    margin-bottom: 25px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}

.input-field {
    max-width: 380px;
    width: 100%;
    height: 55px;
    background-color: white;
    margin: 10px 0;
    border-radius: 55px;
    display: grid;
    grid-template-columns: 15% 85%;
    padding: 0 .4rem;
    border-style: solid;
    border-radius: 55px;
    border-color: #acacac;
    border-width: thin;
}

    .input-field i {
        text-align: center;
        line-height: 55px;
        color: #acacac;
        font-size: 1.1rem;
    }

    .input-field input {
        background: none;
        outline: none;
        border: none;
        line-height: 1;
        font-weight: 300;
        font-size: 1.1rem;
        color: #333;
    }

        .input-field input::placeholder {
            color: #aaa;
            font-weight: 200;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

.btn {
    max-width: 380px;
    width: 100%;
    height: 49px;
    border: none;
    outline: none;
    border-radius: 55px;
    cursor: pointer;
    background-color: #0094d8;
    color: #fff;
    text-transform: uppercase;
    margin: 10px 0;
    transition: .5s;
}

    .btn:hover {
        background-color: #0386c3;
    }

.aderir-text {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .7rem 0;
    font-size: 1.1rem;
    font-weight: 200;
    margin-bottom: 25px;
    text-decoration: none;
    margin-top: 20px;
}

    .aderir-text a {
        text-decoration: none;
        color: #0094d8;
        font-weight: 300;
    }

.languages {
    display: flex;
    justify-content: center;
}

.languages-text {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 46px;
    width: 46px;
    border: 1px solid #acacac;
    margin: 0 0.45rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #333;
    font-size: 1.1rem;
    border-radius: 50%;
    transition: 0.3s;
    font-weight: 300;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}

    .languages-text:hover {
        color: #0094d8;
        border-color: #0094d8;
    }

.circle-top-left {
    width: 35%;
    height: 70%;
    background-color: #0094d8;
    border-radius: 100%;
    position: fixed;
    display: block;
    transform: translateX(-50%) translateY(-50%);
}

.circle-bottom-right {
    size: initial;
    width: 35%;
    height: 70%;
    resize: none;
    background-color: #0094d8;
    border-radius: 100%;
    position: fixed;
    transform: translateX(+50%) translateY(+50%);
    display: block;
    overflow: hidden;
    bottom: 0;
    right: 0;
    margin: 0;
}
