@media (min-width: 991px) {
    .auth-div {
        width: 100%;
        min-height: 88vh;
    }
    .auth-div .form-div h1 {
        text-align: center;
        font-weight: 700;
        font-size: 35px;
    }
    .auth-div .form-div {
        padding-top: 80px;
    }
    .auth-div .form-div .input-sec {
        position: relative;
        width: 390px;
        height: 50px;
        margin-top: 30px;
    }
    .auth-div .form-div .input-sec-half {
        position: relative;
        width: 190px;
        height: 50px;
        margin-top: 30px;
    }
    .auth-div .form-div .input-forgot {
        position: relative;
        width: 390px;
        margin-top: 10px;
    }
    .auth-div .form-div .input-forgot a {
        font-size: 14px;
        color: #2d4e83;
    }
    .auth-div .form-div .input-sec input {
        width: 100%;
        height: 100%;
        border: 1px solid gray;
        border-radius: 35px;
        background-color: #fff;
        padding-left: 45px;
    }
    .auth-div .form-div .input-sec label {
        position: absolute;
        left: 35px;
        top: -12px;
        background-color: #fff;
        padding: 0px 5px;
    }
    .auth-div .form-div .input-sec i {
        position: absolute;
        left: 15px;
        font-size: 18px;
        top: calc(50% - 9px);
    }
    .auth-div .form-div .input-sec .fa-eye {
        position: absolute;
        right: 15px;
        left: auto;
        font-size: 18px;
        top: calc(50% - 9px);
        cursor: pointer;
    }
    .auth-div .form-div .input-sec .fa-eye-slash {
        position: absolute;
        right: 15px;
        left: auto;
        font-size: 18px;
        top: calc(50% - 9px);
        cursor: pointer;
        display: none;
    }
    .auth-div .form-div .input-sec button {
        width: 100%;
        border-radius: 35px;
        height: 50px;
        background-color: #4a7cce77;
        color: #2d4e83;
        font-size: 18px;
        font-weight: 700;
        border: none;
    }
    .auth-div .form-div img {
        width: 100px;
        margin-bottom: 20px;
    }
    .auth-div .back-color-shape {
        background-color: #4a7cce77;
        width: 350px;
        /* height: 600px; */
        height: 80vh;
        right: 50px;
        bottom: 0px;
        border-top-left-radius: 170px;
        border-top-right-radius: 170px;
        position: fixed;
    }
    .auth-div .back-color-shape img {
        width: 450px;
        right: 70px;
        position: absolute;
        bottom: 50px;
    }
    .auth-div .form-div .choose-btn {
        width: 200px;
        background-color: #2d4e83;
        height: 50px;
        border-radius: 35px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
    }
    .auth-div .form-div .choose-btn span {
        width: 50%;
        text-align: center;
        color: #fff;
        cursor: pointer;
    }
    .auth-div .form-div .choose-btn .active {
        width: 50%;
        text-align: center;
        color: #fff;
        background-color: #7fa2db;
        padding: 5px;
        border-radius: 35px;
    }
    .auth-div .form-div .input-sec select {
        width: 100%;
        height: 50px;
        border: 1px solid gray;
        border-radius: 35px;
        background-color: #fff;
        padding-left: 30px;
    }
    .input-sec-phone {
        display: flex;
        justify-content: space-between;
        width: 390px;
    }
    .input-sec-code {
        width: 100px !important;
    }
    .input-sec-code select {
        width: 100% !important;
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }
    .input-sec-phone label {
        left: 20px !important;
        font-size: 14px;
    }
    .input-sec-num {
        width: calc(100% - 105px) !important;
    }
    .input-sec-num input {
        width: 100% !important;
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
    }
}

@media (max-width: 991px) {
    .auth-div {
        width: 100%;
        /* height: 100vh; */
    }
    .auth-div .form-div {
        margin-top: 250px;
    }
    .auth-div .form-div h1 {
        text-align: center;
        font-weight: 700;
        font-size: 30px;
    }
    .auth-div .form-div .input-sec {
        position: relative;
        width: 300px;
        height: 50px;
        margin-top: 30px;
    }
    .auth-div .form-div .input-forgot {
        position: relative;
        width: 350px;
        margin-top: 10px;
    }
    .auth-div .form-div .input-forgot a {
        font-size: 14px;
        color: #2d4e83;
    }
    .auth-div .form-div .input-sec input {
        width: 100%;
        height: 100%;
        border: 1px solid gray;
        border-radius: 35px;
        background-color: #fff;
        padding-left: 45px;
    }
    .auth-div .form-div .input-sec label {
        position: absolute;
        left: 35px;
        top: -12px;
        background-color: #fff;
        padding: 0px 5px;
    }
    .auth-div .form-div .input-sec i {
        position: absolute;
        left: 15px;
        font-size: 18px;
        top: calc(50% - 9px);
    }
    .auth-div .form-div .input-sec .fa-eye {
        position: absolute;
        right: 15px;
        left: auto;
        font-size: 18px;
        top: calc(50% - 9px);
        cursor: pointer;
    }
    .auth-div .form-div .input-sec .fa-eye-slash {
        position: absolute;
        right: 15px;
        left: auto;
        font-size: 18px;
        top: calc(50% - 9px);
        cursor: pointer;
        display: none;
    }
    .auth-div .form-div .input-sec button {
        width: 100%;
        border-radius: 35px;
        height: 50px;
        background-color: #4a7cce77;
        color: #2d4e83;
        font-size: 18px;
        font-weight: 700;
        border: none;
    }
    .auth-div .form-div img {
        width: 100px;
        margin-bottom: 20px;
    }
    .auth-div .back-color-shape {
        background-color: #4a7cce77;
        width: 100%;
        height: 180px;
        right: 0px;
        top: 65px;
        border-bottom-left-radius: 170px;
        border-bottom-right-radius: 170px;
        position: absolute;
        z-index: -1;
    }
    .auth-div .back-color-shape img {
        width: 200px;
        right: calc(50% - 100px);
        position: absolute;
        top: 20px;
    }
    .auth-div .form-div .choose-btn {
        width: 200px;
        background-color: #2d4e83;
        height: 50px;
        border-radius: 35px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
    }
    .auth-div .form-div .choose-btn span {
        width: 50%;
        text-align: center;
        color: #fff;
        cursor: pointer;
    }
    .auth-div .form-div .choose-btn .active {
        width: 50%;
        text-align: center;
        color: #fff;
        background-color: #7fa2db;
        padding: 5px;
        border-radius: 35px;
    }
    .auth-div .form-div .input-sec select {
        width: 100%;
        height: 50px;
        border: 1px solid gray;
        border-radius: 35px;
        background-color: #fff;
        padding-left: 30px;
    }
    .input-sec-phone {
        display: flex;
        justify-content: space-between;
        width: 300px;
    }
    .input-sec-code {
        width: 100px !important;
    }
    .input-sec-code select {
        width: 100% !important;
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }
    .input-sec-phone label {
        left: 20px !important;
        font-size: 14px;
    }
    .input-sec-num {
        width: calc(100% - 105px) !important;
    }
    .input-sec-num input {
        width: 100% !important;
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
    }
}

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