﻿body {
    font-family: FiraGORegular;
}

.instructionContainer {
    width: auto;
    display: flex;
    justify-content: end;
}

.mainContainer {
    display: flex;
    max-width: 1305px;
    margin: 50px auto;
    text-align: justify;
    flex-direction: column;
    font-size: 16px;
}

.regContainer {
    display: flex;
    max-width: 1305px;
    margin: 50px auto;
    text-align: justify;
    flex-direction: column;
    font-size: 16px;
}

.form-box-user {
    margin: 10px auto;
}

    .form-box-user form div {
        margin: 20px 0;
    }

    .form-box-user input {
        width: 400px;
        height: 50px;
        align-self: center;
        justify-self: center;
        border: 1px solid #D9D9D9 !important;
        border-radius: 15px;
        padding: 0px 10px !important;
        font-size: 18px !important;
        color: #000000;
    }

        .form-box-user input[type="checkbox"] {
            max-width: 25px !important;
            vertical-align: middle;
            margin-bottom: 0px !important;
        }

#in_mobile {
    max-width: 220px !important;
}

#in_mobile_code {
    max-width: 160px !important;
}

.send-code {
    width: 155px;
    height: 50px;
    margin: auto;
    text-align: center;
    background-color: #2e5f9d;
    color: white;
    border-radius: 10px;
    cursor: pointer;
    margin-left: 20px;
}

.confirm-code-btn {
    width: 155px;
    height: 50px;
    margin: auto;
    text-align: center;
    background-color: #2e5f9d;
    color: white;
    border-radius: 10px;
    cursor: pointer;
}

.main-text {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    background-color: #f4f4f4;
    border-radius: 10px;
    margin-bottom: 49px;
}

    .main-text p {
        line-height: 20px !important;
    }

.termText {
    max-width: 595px;
    padding: 45px;
    background-color: #f4f4f4;
    border-radius: 10px;
    margin: 40px auto;
    text-align: justify;
}

.success-btn-on-finish {
    display: flex;
    max-width: 400px;
    margin: 100px auto;
}

.rsBtnReg {
    width: 456px;
    height: 70px;
    margin: auto;
    text-align: center;
    background-color: #2e5f9d;
    color: white;
    border-radius: 10px;
    cursor: pointer;
}

#btn_connect_identomat {
    margin-top: 40px;
    width: 425px;
    height: 70px;
    margin: auto;
    text-align: center;
    background-color: #2e5f9d;
    color: white;
    border-radius: 10px;
    cursor: pointer;
}

    #btn_connect_identomat:disabled {
        cursor: not-allowed;
        opacity: .8;
    }

#in_send_code:disabled {
    cursor: not-allowed;
    opacity: .8;
}

.main-text span {
    color: #A01E20;
}

.termBtns {
    display: flex;
    justify-content: center;
    gap: 56px;
}

.rsBtnInstrucion {
    margin-top: 10px;
    margin-right: 10px;
    width: 150px;
    height: 40px;
    background-color: white;
    border: 1px solid #2e5f9d;
    border-radius: 10px;
    cursor: pointer;
}

.rsBtn {
    width: 200px;
    height: 70px;
    background-color: #2e5f9d;
    color: white;
    border-radius: 10px;
    cursor: pointer;
}

.rsBtnOnSuccess {
    width: 320px;
    height: 70px;
    background-color: #2e5f9d;
    color: white;
    border-radius: 10px;
    cursor: pointer;
}

#register_in_db_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.user-video-content {
    max-width: 500px;
    margin: 40px auto;
}

#identomat_iframe {
    height: 650px !important;
}

#identomat_content {
    margin-top: 105px;
    justify-content: center;
    height: 650px !important;
}

.input-group {
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.resend-button {
    width: 200px;
    height: 50px;
    background-color: #2e5f9d;
    color: white;
    border-radius: 10px;
    cursor: pointer;
    font-size: 14px;
}

.dv_agree_identomat {
    text-align: justify !important;
    max-width: 420px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}


@media (max-width: 1200px) {
    .main-text {
        width: 86%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        padding: 20px;
        background-color: #f4f4f4;
        border-radius: 10px;
        margin-bottom: 49px;
    }

    .rsBtnReg {
        width: 363px;
    }
}
