/* cstumbtn

.btn-primary {
    color: #fff;
    background-color: #1C446A;
    border-color: #1C446A;
}

.btn-primary:hover {
    color: #fff;
    background-color: #10263B;
    border-color: #0a58ca;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-check:checked+.btn-primary,
.btn-check:active+.btn-primary,
.btn-primary:active,
.btn-primary.active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0a58ca;
    border-color: #0a53be;
}

.btn-check:checked+.btn-primary:focus,
.btn-check:active+.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-primary:disabled,
.btn-primary.disabled {
    color: #fff;
    background-color: #1A3E61;
    border-color: #1A3E61;
} */

/* border */

.br-top {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.br-bottom {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

/* login */

#login {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.login_img {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background-color: #13111a;
    overflow: hidden;
}

.login_img img {
    /* width: 80%; */
    width: 35%;
    height: auto;
}

.login-password,
.login-email {
    border: none !important;
    outline: none;
    background-color: #f8fafc !important;
    box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.5);
}

.f-s-20 {
    font-size: 20px !important;
}

.signIn-text {
    font-family: "Inter";
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-align: center;
    color: rgba(0, 0, 0, 0.85);
}

.access-ac-text {
    font-family: "Inter";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-align: center;
    color: rgba(0, 0, 0, 0.85);
}

.login-btn {
    margin-top: 30px;
    width: 325px;
    height: 60px;
    /* height: 76px; */
    background: linear-gradient(45deg, #7e02fe, #7e02fe) !important;
    box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.5);
    border-radius: 12px !important;
    font-weight: 500;
    font-size: 20px !important;
    line-height: 16px !important;
    text-align: center !important;
    letter-spacing: 0.75px;
    text-transform: uppercase !important;
    color: #fff !important;
}

.login-btn:hover {
    background: linear-gradient(to right, #7e02fe, #bf18d7) !important;
}

.label-text {
    font-size: 24px;
    line-height: 12px;
    display: flex;
    align-items: center;
    text-align: right;
    color: rgba(0, 0, 0, 0.65);
}

/* #fb2cb3,#bf18d7,#7e02fe */

.login_form {
    background: linear-gradient(45deg, #fb2cb3, #7e02fe, #bf18d7);
    /* background: linear-gradient(45deg, #7e02fe, #bf18d7, #fb2cb3); */
    /* background: linear-gradient(315deg, #fa2cb4, #7e02fe, #bf18d7); */
    width: 50%;
    /* display: flex;
    align-items: flex-end; */
    display: flex;
    justify-content: center;
    overflow: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 64px;
}

.login_img_sm_screen {
    display: none;
}

.login_cont {
    width: 80%;
    box-shadow: 0px 0px 5px 5px rgb(0, 0, 0, 0.2);
    background: #1c1a26ee;
    /* background: linear-gradient(45deg, #7e02fe, #bf18d7); */
    border-radius: 15px;
    position: relative;
    padding: 20px 40px;
}

.login_cont h1 {
    text-align: center;
}

.login_cont label {
    text-align: left;
    margin-top: 5px;
    display: block;
    font-size: 19px;
}

.login_cont .login_btn {
    width: 250px;
    color: white;
    margin: 40px auto 0 auto;
    background-color: #0b7ac3;
    border: none;
    border-radius: 5px;
    box-shadow: 0 0 1px 1px rgb(11, 122, 195, 0.5);
    transition-duration: 0.4s;
    cursor: pointer;
}

.login_cont .login_btn:hover {
    background-color: rgb(255, 255, 255, 0);
    color: #0b7ac3;
    box-shadow: 0 0 1px 1px rgb(11, 122, 195, 1);
}

.m-t-28 {
    margin-top: 28px;
}

.height-63 {
    height: 50px !important;
}

.justify-content-center {
    display: flex;
    justify-content: center;
}

.forget-text {
    font-size: 20px !important;
    line-height: 32px !important;
    /* identical to box height, or 133% */
    display: flex;
    align-items: center;
    text-align: center;
    color: rgba(0, 0, 0, 0.75) !important;
}

button {
    border: none !important;
}

input:focus,
button:focus {
    outline: none;
}

.m-t-20 {
    margin-top: 20px;
}

/* screen size 0-767 */

@media only screen and (max-width: 767.8px) {
    #login {
        background: linear-gradient(45deg, #7e02fe, #bf18d7);
    }
    .login_img {
        width: 50%;
    }
    .login_img_sm_screen {
        display: block;
    }
    .login_form {
        width: 100%;
        height: auto;
        background-color: #e5e5e5;
        display: block;
        padding-bottom: 50px;
    }
    .login_cont {
        margin: auto;
        width: 85%;
        background-color: rgb(255, 255, 255);
        padding: 20px 30px 60px 30px;
        border-radius: 20px;
        z-index: 50;
    }
}

/* screen size 768-891 */

@media only screen and (min-width: 768px) and (max-width: 891.8px) {
    .login_img_sm_screen {
        width: 75%;
    }
    .login_img {
        width: 50%;
    }
    .login_form {
        width: 50%;
    }
    .login_cont {
        width: 75%;
    }
}

/* screen size 892-1199 */

@media only screen and (min-width: 892px) and (max-width: 1199.8px) {
    .login_img {
        width: 50%;
    }
    .login_form {
        width: 50%;
    }
    .login_cont {
        width: 75%;
    }
}

/* screen size > 1200 */

@media only screen and (min-width: 1200px) {
    /* .login_img {
        width: 50%;
    } */
    /* .login_form {
        width: 50%;
    } */
    .login_cont {
        width: 60%;
    }
}

.sign_up_form .app_img {
    width: 100px;
}
.sign_up_form .container {
    margin: 0 auto !important;
}

.success_text {
    color: white;
    font-size: 20px;
    position: relative;
    font-size: 33px;
    font-weight: 900;
}

#resetContainer {
    margin: 0;
    padding: 0;
    height: 100vh;
    position: relative;
    background-color: #000;
    color: white;
    overflow: hidden;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}

#resetContainer::before {
    content: "";
    position: absolute;
    top: -20%;
    left: -20%;
    width: 150%;
    height: 150%;
    /* background: linear-gradient(
        120deg,
        #000000 20%,
        #3a0ca3 5%,
        #000000 55%,
        #7209b7 80%,
        #f72585 100%
    ); */
    background: linear-gradient(
        120deg,
        #000000 20%,
        #3a0ca3 35%,
        #f72585 60%,
        #000000 20%
    );
    filter: blur(220px);
    opacity: 0.9;
    z-index: 0;
}

#resetContainer .modal-container {
    width: 100%;
    max-width: 400px;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    background-color: #000000;
    position: relative;
    z-index: 9999;
    color: #fff;
}

#resetContainer .modal-container h2 {
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 24px;
}

#resetContainer .form-group {
    margin-bottom: 1.2rem;
}

#resetContainer label {
    display: block;
    margin-bottom: 0.4rem;
    font-weight: 500;
}

#resetContainer input {
    width: 100%;
    padding: 10px 14px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    font-size: 15px;
    outline: none;
    transition: 0.2s;
}

#resetContainer input:focus {
    border-color: #fa2cb4;
    background: rgba(255, 255, 255, 0.15);
}

#resetContainer .invalid-feedback {
    font-size: 13px;
    color: #ffaaaa;
    margin-top: 5px;
}

#resetContainer .submit-btn {
    margin-top: 1.5rem;
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 30px;
    background: linear-gradient(
        92.34deg,
        #fa2cb4 6.54%,
        #bc17d9 52.63%,
        #7f03ff 109.97%
    );
    color: white;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s ease;
}

#resetContainer .submit-btn:hover {
    transform: scale(1.03);
    box-shadow: 0 0 12px rgba(250, 44, 180, 0.4);
}
