* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
html, body{
    font-family: 'Montserrat', sans-serif !important;
    scroll-behavior: smooth;
    overflow-x: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* ===== Scrollbar CSS ===== */
/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 10px;
}

*::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 2px;
}

*::-moz-scrollbar-thumb {
    background-color: #000;
    border-radius: 2px;
}

/**********LOG IN ************/
main {
    padding: 100px 10px 0 10px;
    height: auto;
    background-image: linear-gradient(to right bottom, rgba(4, 43, 84, .9), rgba(4, 43, 84, .9)),
        url("https://specialist-pharmacy.com/wp-content/uploads/2021/05/specialist-pharmacy-compounding-pharmacy-mobile.jpg");
    /* background-position: center right; */
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}

@media (max-width:1300px) {
    main {
        padding: 80px 10px 0 10px;
    }
}

@media (max-width:992px) {
    main {
        padding: 80px 20px 0 20px;
    }

    main .form-sec {
        padding: 30px 20px !important;
        background-color: #ffffff;
    }
}

main .form-sec {
    width: 100%;
    border-radius: 10px;
    padding: 30px 25px 20px 25px;
    background-color: #ffffff;
}

main .form-sec img {
    width: 80px;
    padding-bottom: 10px;
    display: block;
    margin: auto;
}

main .form-sec h2 {
    padding: 20px 0 0 0;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

main .form-sec p {
    text-align: center;
    font-size: 15px;
}

main .form-sec .line-rule {
    margin: auto;
    width: 50px;
    height: 2px;
    background-color: #296bac;
}

main .form-sec form {
    margin-top: 20px;
    margin-bottom: 10px;
}

main .form-sec form label {
    display: block;
    font-size: 15px;
    padding-bottom: 5px;
    font-weight: 500;
    margin-top: 15px;
}

main .form-sec form input,
main .form-sec form select {
    width: 100%;
    padding: 7px 15px;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    font-size: 16px;
    font-weight: 500;
    background-color: #ffffff;
    clear: both;
}

main .form-sec form select option {
    font-size: 17px;
    font-weight: 500;
}

main .form-sec form input:focus,
main .form-sec form select:focus {
    outline: none;
    border: 1.5px solid #296bac;
}

main .form-sec form input::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 300;
}

main .form-sec form input:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 300;
}

main .form-sec form input::placeholder {
    font-size: 14px;
    font-weight: 300;
}


main .form-sec form .forgot {
    float: right;
    margin-top: -25px;
    font-size: 14px;
    color: #296bac;
    text-decoration: none;
}

main .form-sec form .toggle-password {
    float: right;
    position: relative;
    top: -28px;
    right: 15px;
    cursor: pointer;
    color: #000;
    font-weight: 600;
    margin-bottom: -40px;
}

main .form-sec form button {
    width: 100%;
    text-align: center;
    background-color: #296bac;
    color: #ffffff;
    border-radius: 5px;
    border: none;
    padding: 10px;
    margin-top: 30px;
}

main .form-sec form button:hover {
    background-color: #1d4a77;
    transition: 0.5s;
}

main .form-sec .alt-opt {
    text-align: center;
    padding-top: 10px;
    font-size: 15px;
    font-weight: 400;
}

main .form-sec .alt-opt a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

main .form-sec .alt-opt a:hover {
    text-decoration: underline;
}

/**********LOG IN ************/

/**********Sign Up ************/
section {
    padding: 10px 0px 0px 0px;
    height:auto;
    background-image: linear-gradient(to right bottom, rgba(4, 43, 84, .6), rgba(4, 43, 84, .9)),
        url("https://res.cloudinary.com/greenmouse-tech/image/upload/v1669651462/lazreb/register_fhr2vv.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}

@media (max-width:992px) {
    section {
        padding: 50px 20px 20px 20px;
    }

    section .form-sec {
        padding: 30px 20px !important;
        background-color: #ffffff;
        margin-bottom: 10px;
    }
}

section .form-sec {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.404);
    padding: 20px 25px 10px 25px;
    background-color: #ffffff;
    margin-bottom: 30px;
}

section .form-sec img {
    width: 80px;
    padding-bottom: 10px;
    display: block;
    margin: auto;
}

section .form-sec h2 {
    padding: 10px 0 0 0;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

section .form-sec p {
    text-align: center;
    font-size: 15px;
}

section .form-sec .line-rule {
    margin: auto;
    width: 50px;
    height: 2px;
    background-color: #296bac;
}

section .form-sec form {
    margin-top: 20px;
    margin-bottom: 10px;
}

section .form-sec form label {
    display: block;
    font-size: 15px;
    padding-bottom: 5px;
    font-weight: 500;
    margin-top: 15px;
}

section .form-sec form input,
section .form-sec form select {
    width: 100%;
    padding: 7px 15px;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    font-size: 14px;
    font-weight: 500;
    background-color: #ffffff;
    clear: both;
}

section .form-sec form select {
    font-size: 14px;
    font-weight: 300;
}

section .form-sec form select option {
    font-size: 14px;
    color: #a8a8a8;
    font-weight: 500;
}

section .form-sec .text {
    font-size: 14px;
    text-align: left;
}

section .form-sec form input:focus,
section .form-sec form select:focus {
    outline: none;
    border: 1.5px solid #296bac;
}

section .form-sec form input::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 300;
}

section .form-sec form input:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 300;
}

section .form-sec form input::placeholder {
    font-size: 14px;
    font-weight: 300;
}


section .form-sec form .forgot {
    float: right;
    margin-top: -25px;
    font-size: 14px;
    color: #296bac;
    text-decoration: none;
}

section .form-sec form .toggle-password {
    float: right;
    position: relative;
    top: -28px;
    right: 15px;
    cursor: pointer;
    color: #000;
    font-weight: 600;
    margin-bottom: -40px;
}

section .form-sec form button {
    width: 100%;
    text-align: center;
    background-color: #296bac;
    color: #ffffff;
    border-radius: 5px;
    border: none;
    padding: 10px;
    margin-top: 30px;
}

section .form-sec form button:hover {
    background-color: #1d4a77;
    transition: 0.5s;
}

section .form-sec .alt-opt {
    text-align: center;
    padding-top: 10px;
    font-size: 15px;
    font-weight: 400;
}

section .form-sec .alt-opt a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

section .form-sec .alt-opt a:hover {
    text-decoration: underline;
}

section .move{
    display: inline-block !important;
    margin: auto !important;
    width: 5% !important;
}
@media (max-width:584px) {
    section .move{
       margin: 0px 7px !important;
    }
}

.code {
    border-radius: 5px;
    font-size: 35px;
    height: 50px;
    width: 55px;
    border: 1px solid #eee;
    margin: 1%;
    text-align: center;
    font-weight: 200;
    -moz-appearance: textfield;
}

.code::-webkit-inner-spin-button,
.code::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.code:valid {
    border-color: #3498db;
    box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.25);
}

/**********LOG IN ************/

/**********LOG IN ************/
.accept {
    padding: 120px 10px 0 10px;
    height: auto;
    background-image: linear-gradient(to right bottom, rgba(4, 43, 84, .9), rgba(4, 43, 84, .9)),
        url("https://specialist-pharmacy.com/wp-content/uploads/2021/05/specialist-pharmacy-compounding-pharmacy-mobile.jpg");
    /* background-position: center right; */
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width:992px) {
    .accept {
        padding: 120px 20px 0 20px;
    }

    .accept .form-sec {
        padding: 30px 20px !important;
        background-color: #ffffff;
    }
}

.login-main {
    height: 100vh;
}

.accept .form-sec {
    width: 100%;
    border-radius: 10px;
    padding: 20px 25px 20px 25px;
    background-color: #ffffff;
}

.accept .form-sec img {
    width: 80px;
    padding-bottom: 10px;
    display: block;
    margin: auto;
}

.accept .form-sec h2 {
    padding: 20px 0 0 0;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.accept .form-sec p {
    text-align: center;
    font-size: 15px;
}

.accept .form-sec .line-rule {
    margin: auto;
    width: 50px;
    height: 2px;
    background-color: #296bac;
}

.accept .form-sec form {
    margin-top: 20px;
    margin-bottom: 10px;
}

.accept .form-sec form label {
    display: block;
    font-size: 15px;
    padding-bottom: 5px;
    font-weight: 500;
    margin-top: 15px;
}

/* .accept .form-sec form input,
.accept .form-sec form select {
    width: 100%;
    padding: 7px 15px;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    font-size: 16px;
    font-weight: 500;
    background-color: #ffffff;
    clear: both;
} */

.accept .form-sec form select option {
    font-size: 17px;
    font-weight: 500;
}

.accept .form-sec form input:focus,
.accept .form-sec form select:focus {
    outline: none;
    border: 1.5px solid #296bac;
}

.accept .form-sec form input::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 300;
}

.accept .form-sec form input:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 300;
}

.accept .form-sec form input::placeholder {
    font-size: 14px;
    font-weight: 300;
}


.accept .form-sec form .forgot {
    float: right;
    margin-top: -25px;
    font-size: 14px;
    color: #296bac;
    text-decoration: none;
}

.accept .form-sec form .toggle-password {
    float: right;
    position: relative;
    top: -28px;
    right: 15px;
    cursor: pointer;
    color: #000;
    font-weight: 600;
    margin-bottom: -40px;
}

.accept .form-sec form button {
    width: 100%;
    text-align: center;
    background-color: #296bac;
    color: #ffffff;
    border-radius: 5px;
    border: none;
    padding: 10px;
    margin-top: 30px;
}

.accept .form-sec form button:hover {
    background-color: #1d4a77;
    transition: 0.5s;
}

.accept .form-sec .alt-opt {
    text-align: center;
    padding-top: 10px;
    font-size: 15px;
    font-weight: 400;
}

.accept .form-sec .alt-opt a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

.accept .form-sec .alt-opt a:hover {
    text-decoration: underline;
}

.accept .form-sec .text {
    margin-top: 0;
    font-size: 14px;
    text-align: center;
}

.form-btn:focus:before{
    font-size: 15px;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-weight: 900;
    margin-right:5px;
    content: "\f110";
    animation: spin 1s infinite;
    display:inline-block;
   }

   @keyframes spin { 100% { -webkit-transform: rotate(360deg);transform-origin:5px 5px } }

/**********LOG IN ************/
