@media (min-width: 991px) {
    .auth-main {
        width: 100%;
        height: calc(100vh - 100px);
        /* height: 100vh; */
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .auth-main .box {
        background-color: white;
        box-shadow: 0px 0px 22px 0px rgba(213, 213, 213, 0.52);
        border-radius: 15px;
        padding: 20px;
        z-index: 100;
        position: relative;
    }
    .auth-main .box .logo-auth img {
        width: 300px;
    }
    .auth-main .box .form-div {
        padding-right: 5px;
        padding-left: 5px;
        display: block;
        margin-top: 20px;
    }
    .auth-main .box .form-div label {
        font-size: 14px;
        color: #000;
    }
    .auth-main .box .form-div input {
        width: 100%;
        height: 50px;
        border-radius: 10px;
        border: 1px solid #ced4da;
        padding-left: 10px;
    }
    .auth-main .box .form-div button {
        width: 100%;
        height: 50px;
        border-radius: 10px;
        background: -webkit-linear-gradient(180deg, #1192b9 0%, #00d6e4 100%);
        border: none;
        color: white;
        width: 150px;
    }
    .auth-main .box .have-account {
        color: #1192b9;
        margin-top: 20px;
    }
    .auth-main .box .dont-have-account {
        color: #1192b9;
        margin-top: 10px;
    }
    .bubble-1 {
        position: absolute;
        left: -175px;
        rotate: -90deg;
    }
    .bubble-2 {
        position: absolute;
        right: 0px;
        top: 0px;
    }
}

@media (max-width: 991px) {
    .auth-main {
        width: 100%;
        /* height: calc(100vh - 530px); */
        /* height: 100vh; */
        display: flex;
        /* align-items: center; */
        justify-content: center;
        position: relative;
    }
    .auth-main .box {
        background-color: white;
        box-shadow: 0px 0px 22px 0px rgba(213, 213, 213, 0.52);
        border-radius: 15px;
        padding: 20px;
        z-index: 100;
        margin-top: 100px;
        position: relative;
    }
    .auth-main .box .logo-auth img {
        width: 250px;
    }
    .auth-main .box .form-div {
        padding-right: 5px;
        padding-left: 5px;
        display: block;
        margin-top: 20px;
    }
    .auth-main .box .form-div label {
        font-size: 14px;
        color: #000;
    }
    .auth-main .box .form-div input {
        width: 100%;
        height: 50px;
        border-radius: 10px;
        border: 1px solid #ced4da;
        padding-left: 10px;
    }
    .auth-main .box .form-div button {
        width: 100%;
        height: 50px;
        border-radius: 10px;
        background: -webkit-linear-gradient(180deg, #1192b9 0%, #00d6e4 100%);
        border: none;
        color: white;
        width: 150px;
    }
    .auth-main .box .have-account {
        color: #1192b9;
        margin-top: 20px;
    }
    .auth-main .box .dont-have-account {
        color: #1192b9;
        margin-top: 10px;
    }
    .bubble-1 {
        position: absolute;
        left: -175px;
        rotate: -90deg;
        bottom: 100px;
    }
    .bubble-2 {
        position: absolute;
        right: 0px;
        top: 0px;
    }
}

.invalid-feedback {
    color: red;
    display: block;
    font-size: 12px;
}


/* service-register */

@media (min-width: 991px) {
    .service-register .service-item {
        width: 22%;
        background-color: white;
        box-shadow: 0px 0px 22px 0px rgba(213, 213, 213, 0.52);
        border-radius: 40px;
        border-top-left-radius: 40px;
        padding: 20px 10px 20px 10px;
        border-top-left-radius: 80px;
        margin-top: 30px;
        z-index: 100;
        position: relative;
    }
    .service-register .service-item img {
        width: 50px;
    }
    .service-register .service-item h6 {
        margin-top: 20px;
        color: #1192b9;
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    .service-register .service-item {
        width: 48%;
        background-color: white;
        box-shadow: 0px 0px 22px 0px rgba(213, 213, 213, 0.52);
        border-radius: 40px;
        border-top-left-radius: 40px;
        padding: 20px 10px 20px 10px;
        border-top-left-radius: 80px;
        margin-top: 30px;
        z-index: 100;
        position: relative;
    }
    .service-register .service-item img {
        width: 50px;
    }
    .service-register .service-item h6 {
        margin-top: 20px;
        color: #1192b9;
        font-size: 12px;
    }
}