.signup-btn {
    color: #00379f !important;
}

#is-connected-to-kepa {
    outline: none;
    border: 1px solid #E8E8E8;
    border-radius: 8px;
    padding: 10px 15px;
}

#is-connected-to-kepa:hover {
    border: 1px solid #00379F;
}

.registration-btn {
    max-width: 600px;
}

.registration-btn button {
    all: unset;
    border-radius: 8px;
    color: #A1A9B8;
    background: #FCFCFC;
    border: 1px solid #A1A9B8;
    padding: 22px 0px;
}

.registration-btn:hover button {
    background: #FFFFFF;
    box-shadow: 0px 0px 6px #3636362C;
    border: 1px solid #00379F;
    color: #00379F;
}

.registration-btn input:hover {
    color: #00379F;
    font-weight: 600;
}

.registration-btn:active button {
    background: #00379F;
    box-shadow: 0px 0px 6px #3636362C;
    border: 1px solid #00379F;
    color: #FCFCFC;
}


.registration-taxisnet-btn {
    all: unset;
    border-radius: 8px;
    color: #A1A9B8;
    background: #FCFCFC;
    border: 1px solid #A1A9B8;
    max-width: 402px;
    height: 70px;
}

.registration-taxisnet-btn:hover {
    background: #FFFFFF;
    box-shadow: 0px 0px 6px #3636362C;
    border: 1px solid #00379F;
    color: #00379F;
    font-weight: 600;
}

.registration-taxisnet-btn:active {
    background: #00379F;
    box-shadow: 0px 0px 6px #3636362C;
    border: 1px solid #00379F;
    color: #FCFCFC;
}

.registration-taxisnet-btn img {
    width: 45px;
    height: 50px;
}

.signup-wrapper {
    width: 100%;
}

.signup-wrapper input,
.is_connected_to_kepa textarea,
.form-select {
    background: #F6F6F6;
    border-radius: 10px;
    padding: 22px;
}

.signup-wrapper input:hover {
    border: 1px solid #00379F;
}

.signup-wrapper input:focus {
    background: #fff;
    border: 1px solid #A1A9B8;
}

.form-select {
    border: 1px solid transparent;
}

.form-select:focus {
    border-color: transparent;
    box-shadow: none;
}

.form-signup {
    max-width: 1000px;
    width: 100%;
}

.top-signup-form div:not(.invalid-feedback) {
    display: flex;
    flex-direction: column;
    max-width: 469px;
    width: 100%;
    padding: 0!important;
}

.top-signup-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    gap: 2rem 3rem;
}

@media screen and (max-width: 1000px) {
    .top-signup-form {
        grid-template-columns: repeat(1, 1fr);
    }
}

.step-texts {
    color: #00379F;
    font-weight: 600;
    font-size: calc(2rem + 0.5vw);
}

.file-btn {
    max-width: 688px;
    height: 181px;
    background: #F6F6F6;
    border-radius: 10px;
}

/* .file-btn label {
    width: 180px;
    height: 38px;
    background: #FFFFFF;
    border: 1px solid #A1A9B8;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
} */

.file-btn label {
    background: #FFFFFF;
    border: 1px solid #A1A9B8;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: 0.5rem;
    max-width: 50%;
    width: 100%;
    max-height: 60px;
}

@media screen and (max-width: 768px) {
    .file-btn {
        max-width: 469px;
    }

    .file-btn label {
        max-width: 75%;
    }
}

.pre-signup {
    justify-content: space-evenly;
}

.pageone,
.pagetwo {
    width: 65px;
    height: 65px;
    background: #E8E8E8;
    border-radius: 8px;
    color: #00379F;
    font-size: 26px;
}

.spacer {
    width: 39px;
    height: 2px;
    background: #00379F;
    margin: auto 10px;
}

.pre-signup,
.bottom-signup-form {
    display: flex;
}

.active-page {
    background: #FCFCFC;
    border: 2px solid #00379FB3;
}

.hidden {
    display: none;
}

.is_connected_to_kepa input[type=radio] {
    border: 1px solid #727272;
    border-radius: 3px;
    width: 13px;
    height: 13px;
    padding: 0;
    -webkit-appearance: none;
}

.is_connected_to_kepa input[type=radio]:checked {
    background: #00379F;
    border: 1px solid #00379F;
}

.is_connected_to_kepa input[type=radio]:focus {
    outline-color: transparent;
}

#submit-button {
    border: 1px solid #A1A9B8;
    font-weight: bold;
    color: #A1A9B8;
}

#submit-button:hover {
    border: 1px solid #00379F;
    color: #00379F;
}

#submit-button:focus {
    border: 1px solid #00379F;
    background: #00379F;
    color: #fff;
}
