body {
    background-image: linear-gradient(135deg, var(--secondaryColor) 10%, var(--mainColor) 100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #333333;
    font-family: "europa", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.conteudo-central {
    display: flex;
    justify-content: center;
    align-items: center;
}
.landing{
    min-height: 100vh;
}
#loader {
    left: 0px;
}

.box-form {
    margin: 0 auto;
    max-width: 1300px;
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex: 1 1 100%;
    align-items: stretch;
    justify-content: space-between;
    box-shadow: 0 0 12px 0px #333333;
    margin-top: 10vh;
    margin-bottom: 3vh;
}


.box-form div {
    position: relative;
    height: auto;
}

.box-form .left {
    color: #FFFFFF;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 70%;
}

.box-form .left .overlay {
    padding: 30px;
    width: 100%;
    height: 100%;
    background: #0602024e;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.box-form.registo .left{
    width: 50%;
}
.box-form.registo .right{
    width: 50%;
}
.box-form .left .overlay h1 {
    font-size: 3rem;
    line-height: 1;
    font-weight: 900;
    margin-top: 40px;
    margin-bottom: 20px;
}

.box-form .right {
    padding: 40px;
    overflow: hidden;
    width: 30%;
}

@media (max-width: 1300px) {
    .box-form {
        border-radius: 0px;
    }

    .box-form .left .overlay h1 {
        font-size: 2rem;
    }
}

@media (max-width: 980px) {
    .box-form {
        flex-flow: wrap;
        text-align: center;
        align-content: center;
        align-items: center;
    }

    .box-form .right {
        width: 100%;
    }

    .box-form .left {
        width: 100%;
    }

    .overlay>img {
        margin: auto;
        margin-top: 30px;
    }
}

div.title {
    font-size: 3rem;
    line-height: 1;
    font-weight: 900;
    margin-top: 40px;
    margin-bottom: 20px;
}

input {
    width: 100%;
    padding: 10px;
    margin-top: 25px;
    font-size: 16px;
    border: none;
    outline: none;
    border-bottom: 2px solid #B0B3B9;

}

input#stayconnected {
    margin-top: 0px;
    width: 25px;
}

.box-form .right a {
    color: var(--mainColor);
    font-size: 10px;
}

button {
    float: right;
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    background: var(--mainColor);
    border: 1px solid var(--mainColor);
    padding: 7px 8px;
}

button:hover {
    color: var(--mainColor);
    background: #fff;
    border: 1px solid var(--mainColor);
}

button:after {
    content: "\f138";
    font-family: FontAwesome;
    margin: 0 3px 0 8px;
}

.modal-title {
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 900;
}

@media (max-width: 600px) {
    .conteudo-central {
        padding-top: 0px;
    }

    .overlay>img {
        width: 200px;
        margin-top: 30px;
    }

    .box-form .left .overlay h1 {
        font-size: 1rem;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .box-form {
        margin-top: 0px;
    }

    div.title {
        font-size: 1.5rem;
        line-height: 1;
        font-weight: 900;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    input {
        margin-top: 0px;
        font-size: 14px;
    }

    body {
        background-image: none;
        background-color: white;
    }

    .box-form {
        box-shadow: none;
    }
}

.compete2030 {
    width: 370px;
    background: #fff;
    margin-inline: auto;
    margin-bottom: 5vh
}
.compete2030 a {
    display: block; width: 100%;
}

@media (max-width: 425px) {
    .compete2030 {
        padding-inline: 24px;
    }
}