.signin-btn {
    color: #00379F !important;
}

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

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

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

.signin-wrapper {
    width: 100%;
    height: 80vh;
}

.signin-wrapper input {
    background: #F6F6F6 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 22px;
}

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

.form-signin {
    max-width: 600px;
    width: 100%;
}

.user-icon {
    font-size: 2em;
    width: 100px;
    height: 100px;
    border: 6px solid #00379F;
    border-radius: 100%;
    color: #00379F;
}

.user-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

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

.taxisnet-wrapper {
    background: #F6F6F6;
}

/* Κουμπί για είσοδο με Taxisnet */

.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;
}

/* ---------------------------- */