
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.animated {
    animation-duration: 0.5s;
    animation-delay: 0.5s;
}

a {
    color: #f2bf2e;
    font-weight: 600;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
        color: #5b6770;
    }
/*hizkuntzak*/
.hizkuntzak {
    display: flex;
    justify-content: flex-end;
    margin: 1rem;
    font-family: 'Lato', sans-serif;
}

    .hizkuntzak select {
        background-color: rgba(255,255,255,0.5)
    }

        .hizkuntzak select.custom-select option {
            font-family: 'Lato', sans-serif;
            font-family: 'Lato', sans-serif;
            font-size: 14px;
        }
/*Formularioa*/

.login {
    font-family: 'Lato', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

    .login h3 {
        font-size: 22px;
        color: #222;
        margin-bottom: 20px;
    }

.bg-img-login {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    align-content: center;
}

.login-box {
    display: flex;
    flex: 0 0 auto;
}

.login-container {
    margin-top: 5%;
    margin-bottom: 5%;
}

.login-form {
    padding: 5%;
    /*box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);*/
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
}

.logo-ausolan {
    margin-bottom: 2rem;
}

    .logo-ausolan img {
        max-width: 400px;
        color: #5b6770;
    }

.login-form .btnSubmit {
    font-weight: 600;
    color: #fff;
    background-color: #262326;
    border-radius: 1rem;
    padding: 8px 30px;
    border: none;
    cursor: pointer;
    line-height: 1.2;
}

    .login-form .btnSubmit:hover {
        background-color: #5b6770;
    }


    .login-form .btnSubmit:disabled,
    .login-form .btnSubmit[disabled] {
        border: 1px solid #999999;
        background-color: #cccccc;
        color: #666666;
        cursor: default;
    }

.login-form a.btnNuevo {
    background-color: #262326;
    font-weight: 600;
    color: #fff;
    border-radius: 1rem;
    padding: 8px 30px;
    border: none;
    cursor: pointer;
    line-height: 1.2;
}

.login-form .btnSoporte {
    background-color: rgb(239, 239, 239);
    font-weight: 600;
    color: rgb(59, 59, 59);
    border-radius: 1rem;
    padding: 8px 30px;
    border: none;
    cursor: pointer;
    line-height: 1.2;
}

.login-form .btnSoporteFormulario {
    background-color: #f2bf2e;
    font-weight: 600;
    color: white;
    border-radius: 1rem;
    padding: 8px 30px;
    border: none;
    cursor: pointer;
    line-height: 1.2;
}

.login-form .btnSoporte:hover {
    background-color: #f2bf2e;
}

.login-form .lead {
    color: #5b6770;
    font-weight: bold;
}

.login-form .ForgetPwd {
    color: #262326;
    font-weight: 600;
    text-decoration: none;
}

.login-form p.info {
    margin-bottom: 0;
}

.box-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.zerbitzuak {
    display: flex;
    color: #fff;
    margin: 20px 0;
}


    .zerbitzuak .zerb {
        padding: 10px;
        text-align: center;
        background-color: #f2bf2e;
        margin-right: 5px;
        border-radius: 1rem;
    }

        .zerbitzuak .zerb:nth-child(2) {
            background-color: #5b6770;
        }

        .zerbitzuak .zerb:nth-child(3) {
            background-color: #ff9e1b;
        }

.box-info .zerb img {
    max-width: 100px;
}

.box-info > div h2 {
    font-size: 22px;
    font-weight: 300;
}
/*konfirmazio orria*/
.konfirmatu {
    background-color: #f2bf2e;
}

.konfirmatu-box {
    border-radius: 1rem;
    margin: 20px 0;
    background-color: #fff;
    /*background-color:rgba(250, 250, 250, 0.8);*/
    padding: 2rem;
    position: relative;
    margin-top: 90px;
}

.top-irudia {
    position: absolute;
    background: url("../img/zerb-ikonoak2.png") no-repeat;
    width: 400px;
    height: 150px;
    top: -74px;
    left: 33%;
}

/*.top-irudia2 {
}*/

.konfirmatu-box h1 {
    text-align: center;
}

    .konfirmatu-box h1 img {
        max-width: 250px;
    }

.konfirmatu-datuak {
    margin: 20px 0;
    font-family: 'Lato', sans-serif;
}

    .konfirmatu-datuak span.usuario {
        color: #f2bf2e;
        font-weight: bold;
    }

    .konfirmatu-datuak .zerb img {
        max-width: 80px;
    }

    .konfirmatu-datuak .zerb img {
        max-width: 60px;
    }

    .konfirmatu-datuak .zerb p {
        margin-bottom: 0;
    }

    .konfirmatu-datuak .zerbitzuak {
        margin-bottom: 0;
    }

.user-zerbitzu {
    display: flex;
    flex-direction: column;
}

.list-usuario {
    list-style: none;
    margin-left: 25px;
    margin-bottom: 0;
}

    .list-usuario li span {
        color: #f2bf2e;
    }

@media (max-width: 991px) {
    .logo-ausolan {
        margin-top: 10px;
        margin-bottom: 0.5rem;
    }

    .login {
        align-items: flex-start;
    }

    .top-irudia {
        display: none
    }

    .top-irudia2 {
        display: none
    }

    .konfirmatu-box {
        margin-top: 15px;
    }

    .login h3 {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .logo-ausolan img {
        max-width: 250px;
    }

    .box-info .zerb img {
        max-width: 50px;
    }

    .box-info .zerb h2 {
        font-size: 14px;
    }

    .box-info .zerb h2 {
        font-size: 14px;
    }

    .zerbitzuak {
        margin: 10px 0;
    }

    .konfirmatu-datuak .card-body {
        padding: 10px 0;
    }

    .konfirmatu-box {
        padding: 20px 5px;
    }

    .konfirmatu {
        background-image: none !important;
        height: auto;
    }

    .konfirmatu-datuak .zerb img {
        max-width: 50px;
    }
}

.inline-block{
    display: inline-block !important;
}