.navbar .navbar-brand img {
    height: 30.646px;
    object-fit: contain;
}

a {
    text-decoration: none !important;
}

.btn-primary {
    border-radius: 12px;
    background: #007BFF;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.08);
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 26.25px;
    /* 175% */
    min-height: 48.13px;
}
a.btn-primary {
    line-height: 30px;
}
.cardAuth {
    width: 100%;
    max-width: 589.646px;
    border: 4px solid #007BFF;
    background-color: transparent;
    box-shadow: none;
    position: relative;
    margin-top: 100px;
    border-radius: 45px;
}

.cardAuth .img-head {
    position: absolute;
    top: -130px;
    right: -40px;
    width: 256px;
    height: 256px;
    flex-shrink: 0;
    object-fit: contain;
}

.cardAuth .back {
    color: #111927;
    text-align: left;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21.98px;
    /* 157% */
    font-style: normal !important;
}

.cardAuth h1 {
    text-align: left;
    color: #111927;
    /* H3 */
    font-family: Manrope;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    /* 128.571% */
    letter-spacing: 0.07px;
}

.cardAuth p {
    color: #6C737F;
    text-align: left;
    /* Body Large */
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */

    margin-top: 0px;
    margin-bottom: 0px;
}

.cardAuth p a {
    color: #FFA500;
}

.cardAuth small a {
    color: #000;

    /* Body small */
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
}

.cardAuth .form-control {
    border-radius: 8px;
    border: 1px solid #E5E7EB;
    height: 48.13px;
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20.13px;
    /* 143.786% */
    box-shadow: none;
}

.cardAuth .form-control::placeholder {
    color: #6C737F;
}
.box-verif {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}
.box-verif input {
  text-align: center;
}
@media(max-width:922px) {
    .navbar .navbar-brand img {
        height: 25.646px;
    }

    .cardAuth .back {
        font-size: 13px;
    }

    .cardAuth h1 {
        font-size: 25px;
    }

    .cardAuth p {
        font-size: 16px;
    }

    .cardAuth small a {
        font-size: 13px;
    }

    .cardAuth .img-head {
        position: absolute;
        top: -105px;
        right: -35px;
        width: 206px;
        height: 206px;
        flex-shrink: 0;
        object-fit: contain;
    }
}

@media(max-width:768px) {
    .navbar .navbar-brand img {
        height: 20.646px;
    }

    .cardAuth .back {
        font-size: 12px;
    }

    .cardAuth h1 {
        font-size: 20px;
    }

    .cardAuth p {
        font-size: 15px;
    }

    .cardAuth small a {
        font-size: 12px;
    }

    .cardAuth .img-head {
        position: absolute;
        top: -75px;
        right: -25px;
        width: 150px;
        height: 150px;
        flex-shrink: 0;
        object-fit: contain;
    }
}

@media(max-width:570px) {
    .navbar .navbar-brand img {
        height: 15.646px;
    }

    .cardAuth {
        padding: 1rem 1rem !important;
        border-radius: 30px;
    }

    .cardAuth .img-head {
        position: absolute;
        top: -50px;
        right: -18px;
        width: 100px;
        height: 100px;
        flex-shrink: 0;
        object-fit: contain;
    }
      .box-verif {
        display: flex;
        flex-wrap: wrap;
      }
    .box-verif .form-control {
        padding-left: 5px;
        padding-right: 5px;
        width: 40px;
    }
}