/*
    LOGIN / JOIN

*/



body {
    background: url();
    background-repeat: no-repeat;
    background-size: cover;
}

body::after {
    display: none;
}

footer {
    background-color: transparent;
    padding-top: 0px;
    padding-bottom: 0px;
}

main {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
}

section {
    position: relative;
    display: block;
    height: auto;
    width: 100%;
}



.header {
    display: none;
}

.login-sec {
    color: #262626;
    background: url();
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 0 0 0;
}

.login {
    position: relative;
    margin: 0 auto;
    max-width: 914px;
    border-radius: 10px;
    background: var(--Base-White, #FFF);
    box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.08);
    display: flex;
}

.bottom-footer {
    text-align: center;
    width: 100%;
    border-top: 1px solid var(--c-white);
    padding-top: 26px;
    padding-bottom: 26px;
}

.bottom-footer p {
    color: #262626;
    text-align: center;
    font-family: var(--font-2);
    font-size: 18px;
    width: 100%;
    font-weight: 400;
    line-height: normal;
}

.login h1 {
    position: relative;
    text-align: center;
    font-size: 24px;
    font-variation-settings: 'wght'700;
    font-weight: 900;
    color: #121212;
    margin: 0 auto;
    text-transform: capitalize;
    font-family: var(--font-3);
}

.login .text-box p {
    color: #121212;
    font-family: var(--font-3);
    font-size: 18px;
    font-weight: 600;
    font-variation-settings: 'wght'600;
    line-height: 28px;
    text-align: center;
}

.form-group label {
    color: #9CA3AF;
    font-family: var(--font-3);
    font-size: 16px;
    font-variation-settings: 'wght'400;
    line-height: 24px;
    display: block;
    margin: 0px 0px 10px 20px;
}

.login .select-wrapper {
    position: relative;
    margin: 0 auto 0px;
    width: 100%;
    height: 55px;
    overflow: hidden;
}



.login select {
    position: relative;
    padding: 0 20px;
    width: 100%;
    height: inherit;
    font-size: 18px;
    font-family: var(--font-2);
    font-weight: 400;

    color: #262626;
    height: 70px;
    border-radius: 10px;
    border: 1px solid #FFF;
    color: #262626;
    background-color: transparent;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.80);
    transition: color 1s ease, border 1s ease;
}

.login h2 {
    position: relative;
    text-align: start;
    font-size: 20px;
    font-variation-settings: 'wght'400;
    font-weight: 400;
    color: var(--c-white);
    margin: 0 auto 20px;
    text-transform: capitalize;
    font-family: var(--font-3);
}



.login input::placeholder {
    color: #262626;
}

.login input {
    position: relative;
    display: block;
    margin: 0 auto 20px;
    width: 100%;
    height: 55px;
    font-size: 16px;
    padding: 0px 20px;
    font-weight: 400;
    color: #262626;
    border-radius: 50px;
    border: 1px solid #E5E7EB;
    transition: color 1s ease, border 1s ease;
}

.row .col-48 {
    width: 100%;
    display: grid;
    grid-template-columns: 6fr 6fr;
    grid-gap: 0px 21px;
}

.login .login-btn {
    position: relative;
    margin: 0px 0 0 0;
    width: 100%;
    height: 55px;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--font-3);
    color: #fff;
    border-radius: 50px;
    background: linear-gradient(176deg, #6DDFFF -11.79%, #4172FF 96.93%);
    transition: color 0.5s, box-shadow 0.5s;
}

/*box-shadow: 0 0 1rem 1rem var(--point-shadow); */


.login .login-btn:hover {
    cursor: pointer;
    color: #fff;
    background: var(--c-point);
}

/*box-shadow: 0 0 1rem 1rem var(--point-shadow-3);*/

.login .bottom {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 54px 0 20px;
    width: 100%;
    height: auto;
    grid-gap: 10px;
}

.login .bottom a {
    position: relative;
    font-size: 12px;
    font-weight: 400;
    border-radius: 50px;
    border: 1px solid #E5E7EB;
    text-decoration: none;
    font-family: var(--font-3);
    color: #121212;
    padding: 4px 15px;
    transition: color 0.5s;
    text-transform: math-auto;
}

/* .login .bottom a::after {
    content: '';
    background-image: url(../img/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -18px;
    top: 50%;
    width: 14px;
    height: 14px;
    transform: translate(0, -50%);
    margin: 0 0 0 0.5rem;
} */

.login .bottom a:hover {
    cursor: pointer;
    color: #262626;
}

.login .bottom a:nth-of-type(2) {
    margin-right: auto;
}

.login .bottom a:nth-of-type(3) {
    margin: 0;
}


.join {
    position: relative;
    margin: 4rem -10rem;
    padding: 3rem;
    width: 60rem;
}

.join h1 {
    position: relative;
    margin: -80px auto 2rem;
    font-size: 2rem;
    font-weight: 300;
    color: #262626;
    letter-spacing: 3px;
    text-align: center;
}



.join h2 {
    margin: 1rem 0 0.25rem 0.5rem;
    font-size: 0.9rem;
    font-weight: 400;
    color: #262626;
}

.join input[type=text], .join input[type=password], .join input[type=number] {
    position: relative;
    padding: 0 0.5rem;
    width: 100%;
    height: 2.5rem;
    font-size: 1rem;
    font-weight: 400;
    color: #262626;
    background-color: #fff;
    transition: background-color 1s ease;
}

.join input[type=text]:focus, .join input[type=password]:focus, .join input[type=number]:focus {
    background-color: #FFFFFF;
}

.join select {
    position: relative;
    padding: 0 0.5rem;
    width: 100%;
    height: 2.5rem;
    font-size: 1rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    transition: background-color 1s ease;
}

/* .join select:focus { border:1px solid #777;} */
.join input[type=checkbox] {
    display: none;
}

.join label {
    position: relative;
    display: block;
    padding: 0 0 0 2.5rem;
    width: 100%;
    height: 2.5rem;
    font-size: 1rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 2.5rem;
    background-color: var(--bg-gray-235);
    transition: background-color 1s ease;
}

.join label:hover {
    cursor: pointer;
    background-color: var(--point-shadow-3);
}

.join label::before {
    content: '\2713';
    position: absolute;
    display: block;
    left: 0.5rem;
    top: 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
    color: rgba(0, 0, 0, 0.2);
    line-height: 1.5rem;
    text-align: center;
    background-color: rgba(0, 0, 0, 1);
}

.join input[type=checkbox]:checked+label::before {
    color: rgba(0, 0, 0, 1);
    background-color: #FFFFFF;
}

.join button {
    position: relative;
    width: 100%;
    height: 2.5rem;
    font-size: 0.85rem;
    font-weight: 400;
    color: #fff;
    background-color: var(--c-point);
    border: 0;
    transition: color 0.5s, box-shadow 0.5s;
}

/*border-radius: 0.5rem; box-shadow: 0 0 1rem 1rem var(--point-shadow); */

.join button:hover {
    cursor: pointer;
    color: #fff;
    ;
    background: var(--c-point);
}

.join button.big {
    margin: 3rem 0 0 0;
    height: 4rem;
    font-size: 1.2rem;
}

.join h5 {
    color: rgba(0, 0, 0, 1);
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.find {
    position: relative;
    margin: 4rem 0 4rem 0;
    padding: 3rem;
    text-align: center;
    border-radius: 0.5rem;
    box-shadow: 0 0 1rem 1rem rgba(0, 0, 0, 0.05);
}

.find h1 {
    position: relative;
    margin: 0 0 2rem 0;
    font-size: 2rem;
    font-weight: 700;
    color: var(--c-point);
    letter-spacing: -2px;
    text-align: center;
}

.find h2 {
    margin: 1rem 0 0.25rem 0.5rem;
    font-size: 0.9rem;
    font-weight: 400;
    color: var(--c-point);
    text-align: left;
}

.find input[type=text], .find input[type=password], .find input[type=number] {
    position: relative;
    padding: 0 0.5rem;
    width: 100%;
    height: 2.5rem;
    font-size: 1rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    background-color: rgba(255, 255, 255, 1);
    transition: background-color 1s ease;
}

.find input[type=text]:focus, .find input[type=password]:focus, .find input[type=number]:focus {
    background-color: rgba(255, 255, 255, 1);
}

.find>button {
    position: relative;
    margin: 2rem 0 0 0;
    width: 100%;
    height: 4rem;
    font-size: 1.1rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.75);
    background-color: var(--c-point);
    border-radius: 0.5rem;
    box-shadow: 0 0 1rem 1rem var(--point-shadow);
    transition: color 0.5s, box-shadow 0.5s;
}

.find>button:hover {
    cursor: pointer;
    box-shadow: 0 0 1rem 1rem var(--point-shadow-3);
}

.find select {
    position: relative;
    padding: 0 0.5rem;
    width: 100%;
    height: 2.5rem;
    font-size: 1rem;
    font-weight: 400;
    color: var(--c-point);
    background-color: rgba(32, 41, 55, 1);
    transition: background-color 1s ease;
}

.find select:focus {
    background-color: rgba(32, 41, 55, 1);
}

.find .auth {
    position: relative;
    width: 100%;
    height: auto;
}

.find .auth button {
    position: absolute;
    padding: 0 1rem;
    right: 0;
    top: 0;
    width: max-content;
    height: 2.5rem;
    font-size: 1rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.75);
    background-color: var(--c-point);
    box-shadow: 0 0 1rem 1rem var(--point-shadow);
    transition: color 0.5s, box-shadow 0.5s;
}

.find .auth button:hover {
    cursor: pointer;
    color: rgba(0, 0, 0, 1);
    box-shadow: 0 0 1rem 1rem var(--point-shadow-3);
}

.find .divide {
    position: relative;
    margin: 2rem auto;
    width: 100%;
    height: 1px;
    font-size: 0;
    background-color: rgba(255, 255, 255, 0.05);
}


.footer {
    position: relative;
    padding: 0 0 3rem 0;
    text-align: center;
}

.footer h2 {
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--c-point);
    letter-spacing: 1px;
    line-height: 1.5rem;
}

.footer h3 {
    margin: 0.5rem 0 0 0;
    font-size: 0.85rem;
    font-weight: 300;
    color: var(--c-point);
    letter-spacing: 1px;
    line-height: 1rem;
}

body {
    height: auto;
}

.background-color-unset {
    background-color: unset !important;
}

.login-sec .bottom-footer {
    padding-top: 26px;
    padding-bottom: 26px;
}

/* ====  */
.login .left-side {
    padding: 36px;
    width: 50%;
}

.right-side {
    width: 50%;
    height: 100%;
}

.right-side .img-holder {
    height: 100%;
    display: flex;
}


.right-side img {
    height: 100%;
    border-radius: 0px 10px 10px 0px;
    display: block;
    max-width: 100%;
    width: 100%;
}

.left-side .text-box {
    text-align: center;
    margin-bottom: 54px;
}

.account {
    color: #9CA3AF;
    font-family: var(--font-3);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}

.account a {
    background: var(--blue-gradient, linear-gradient(176deg, #6DDFFF -11.79%, #4172FF 96.93%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-variation-settings: 'wght'700;
}

.join-box main {
    display: block;
    height: 100%;
}

.join-box .col-7 {
    width: 70%;
    padding: 36px;
}

.join-box .login {
    max-width: 1293px;
    margin: 0 auto;
}

.join-box .login h2 {
    color: #9CA3AF;
    font-family: var(--font-3);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding-left: 20px;
    line-height: 24px;
    margin: 0 auto 10px;
}

.join-box .input-group {
    position: relative;
}

.join-box .col-28 {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translate(0px, -50%);
}

.join-box .col-28 button {
    border-radius: 50px;
    color: #FFF;
    font-family: var(--font-3);
    font-size: 12px;
    font-weight: 400;
    height: 40px;
    width: 126px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 18px;
    background: linear-gradient(176deg, #6DDFFF -11.79%, #4172FF 96.93%);
}

.join-box .login select {
    border-radius: 50px;
    border: 1px solid #E5E7EB;
    background: #FFF;
    color: #121212;
    font-family: var(--font-3);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    height: 55px;
}

.btn-join {
    border-radius: 50px;
    max-width: 385px;
    margin: 0 auto;
    height: 55px;
    color: #FFF;
    font-family: var(--font-3);
    font-size: 16px;
    width: 100%;
    font-weight: 400;
    line-height: 24px;
    background: linear-gradient(176deg, #6DDFFF -11.79%, #4172FF 96.93%);
}

.join-box .button-join {
    text-align: center;
    margin: 8px 0px 32px;
}

.join-box .img-hodler {
    height: 100%;
}

.mt-58 {
    margin-top: 58px;
}

.join-box .img-hodler img {
    max-width: 100%;
    height: 100%;
}

.join-box .login-sec {
    padding: 32px 0 32px 0;
}

.find-box .login {
    max-width: 457px;
    position: relative;
}

.login-box {
    padding: 36px;
}

.find-box .img-holder {
    display: flex;
}

.login-box .img-holder img {
    max-width: 100%;
}

#nick_result {
    display: none !important;
}

.login-box select {
    border-radius: 50px;
    border: 1px solid #E5E7EB;
    background: #FFF;
    color: #121212;
    font-family: var(--font-3);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    height: 55px;
}

.find-box .login h1 {
    font-weight: 700;
}

.find-box .login .select-wrapper {
    margin-bottom: 16px;
}

.find-box .login input {
    margin: 0 auto 16px;
}

.find-box2 main {
    height: 100%;
    padding: 87px 0px;
}

.mt-18 {
    margin-top: 18px;
}

.shadow {
    border-radius: 457px;
    opacity: 0.2;
    background: #2B59FF;
    filter: blur(50px);
    height: 81px;
    width: 457px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    z-index: -1;
    right: 0;
    top: -40px;
}

.find-box .img-holder img {
    max-width: 100%;
}

.find-box {
    overflow: hidden;
}