@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
* {
    font-family: 'Roboto', sans-serif;
}

.container-flex {
    height: 100vh;
    display: flex;
    flex-direction: column;
    background-image: url("../img/bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding: 60px 70px 40px 70px;
}

.lang {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-align: right;
    color: #FFFFFF;
    text-decoration: none;
}

.lang:hover {
    color: #FFFFFF;
    opacity: 0.7;
}

.logo {
    margin-bottom: 40px;
    max-width: 364px;
}

main {
    display: flex;
    flex: 1 !important;
    align-items: center;
}

.icon-green {
    margin-right: 20px;
    width: 60px;
    height: 60px;
    background-color: #66cc66;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

main .cards .card-1 {
    width: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    /* box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.25); */
    border-radius: 17px 17px 0 0;
    padding-top: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid #CCCCCC;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 10px 15px;
}

main .cards .card-2 {
    width: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    /* box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.25); */
    border-radius: 0 0 17px 17px;
    padding-top: 80px;
    padding-bottom: 80px;
    border: 0;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 10px 15px;
}

main .cards > div {
    cursor: pointer;
}

main .cards > div:hover {
    background-color: #fcfcfc;
}

main .cards .card-1 .text .t1,
main .cards .card-2 .text .t1 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */
    color: #333333;
    font-size: 18px;
    margin: 0 0 10px 0;
    padding: 0;
}

main .cards .card-1 .text .t2,
main .cards .card-2 .text .t2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #989898;
    margin: 0;
    padding: 0;
    max-width: 210px;
}

.t1>span,
.t2>span {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #66CC33;
}

ul {
    display: flex;
    list-style: none;
    padding: 0;
}

footer p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
    color: #FFFFFF;
    padding: 0;
    margin: 0;
}

footer p a {
    font-family: 'Roboto' sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
    text-decoration-line: underline;
    color: #FFFFFF;
}

footer p a:hover {
    color: #FFFFFF;
    opacity: 0.7;
}

.modal-dialog {
    max-width: 789px;
    margin: 1.75rem auto;
}

.modal-content {
    margin: 10px;
}

.modal-title {
    color: #000;
    font-weight: bold;
    font-size: 24px;
}

.modal-body p {
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.modal-body h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}

.btn-primary {
    background-color: #3395CC;
    border-color: #3395CC;
    color: #EEEEEE;
    font-size: 16px;
}

.btn-success {
    border-color: #66CC33;
    background-color: #66CC33;
    font-size: 16px;
    color: #EEEEEE;
}

.resultValidate h4 {
    text-transform: uppercase;
}

.org-logo-fix {
    max-width: 105px;
}

.dropzone {
    border: dashed 2px #6c3 !important;
    margin-bottom: 40px !important;
    padding: 29px 20px !important;
    border-radius: .3rem !important;
}

.dropdown-menu {
    width: 60px !important;
    min-width: 60px !important;
}

.grecaptcha-badge {
    margin-bottom: 60px;
}

.user-list-item {
    padding-top: 5px !important;
    padding-bottom: 0px !important;
}

@media screen and (max-width: 763px) {
    .container-flex {
        padding: 10px;
    }
    .lang {
        margin-bottom: 15px;
    }
    .logo {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    main {
        justify-content: center;
    }
    footer {
        padding-top: 20px;
    }
    main .cards {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        flex-wrap: wrap;
    }
    footer p {
        text-align: center;
    }
    .container-flex {
        background-image: none;
        background-color: #66CC33;
    }
    main .cards .card-2,
    main .cards .card-1 {
        padding-bottom: 60px;
        padding-top: 60px;
    }

    .grecaptcha-badge {
        margin-bottom: 40px;
    }
}