
.demoInputBox {
    padding: 7px;
    border: #F0F0F0 1px solid;
    border-radius: 4px;
}

#password-strength-status {
    padding: 5px 10px;
    color: #FFFFFF;
    border-radius: 4px;
    Index margin-top: 5px;
}

.medium-password {
    background-color: #b7d60a;
    border: #BBB418 1px solid;
}

.weak-password {
    background-color: #ce1d14;
    border: #AA4502 1px solid;
}

.strong-password {
    background-color: #12CC1A;
    border: #0FA015 1px solid;
}

#github-link {
    text-decoration: none;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px 15px;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
}

[class^="number-slide"],
[class*=" number-slide"] {
    background: grey;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    color: #fff;
    font-weight: 500;
    height: 300px;
    max-height: 100vh;
}

.number-slide1 {
    background: rgb(64, 175, 255);
    background: linear-gradient( 128deg, rgba(64, 175, 255, 1) 0%, rgba(63, 97, 255, 1) 100% );
}

.number-slide2 {
    background: rgb(255, 75, 64);
    background: linear-gradient( 128deg, rgba(255, 154, 63, 1) 0%, rgba(255, 75, 64, 1) 100% );
}

.number-slide3 {
    background: rgb(182, 255, 64);
    background: linear-gradient( 128deg, rgba(182, 255, 64, 1) 0%, rgba(63, 255, 71, 1) 100% );
    background: linear-gradient( 128deg, rgba(189, 255, 83, 1) 0%, rgba(43, 250, 82, 1) 100% );
}

.number-slide4 {
    background: rgb(64, 255, 242);
    background: linear-gradient( 128deg, rgba(64, 255, 242, 1) 0%, rgba(63, 188, 255, 1) 100% );
}

.number-slide5 {
    background: rgb(255, 64, 156);
    background: linear-gradient( 128deg, rgba(255, 64, 156, 1) 0%, rgba(255, 63, 63, 1) 100% );
}

.number-slide6 {
    background: rgb(64, 76, 255);
    background: linear-gradient( 128deg, rgba(64, 76, 255, 1) 0%, rgba(174, 63, 255, 1) 100% );
}

.navigation-wrapper {
    position: relative;
}

.dots {
    display: flex;
    padding: 10px 0;
    justify-content: center;
}

.dot {
    border: none;
    width: 10px;
    height: 10px;
    background: #c5c5c5;
    border-radius: 50%;
    margin: 0 5px;
    padding: 5px;
    cursor: pointer;
}

    .dot:focus {
        outline: none;
    }

.dot--active {
    background: #000;
}

.arrow {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    fill: #fff;
    cursor: pointer;
}

.arrow--left {
    left: 1%;
}

.arrow--right {
    left: auto;
    right: 1%;
}

.arrow--disabled {
    fill: rgba(255, 255, 255, 0.5);
}
/*footer*/
#button-buscar-certificado {
    color: #ffc371;
}

.form-control.shadow-0:focus {
    box-shadow: none;
}
i {
    color: #919aa3;
}
/*footer*/