:root {
    --primaryColor: #5D51F2;
    --secondaryColor: #FFDC40;
    --neutralColor: #393939;
    --initialColor: #FFF;
    --textColor: #6A6A6A;
    --otherColor: #C9C9C9;
    --otherColor2: #F7F6FF;
    --buttonColor: #1A1A1A;
    --borderColor: rgba(238, 238, 238, 0.93);
    --boxShadowColor: rgba(20, 20, 43, 0.08);
}

.form-control:focus {
    border-color: var(--buttonColor) !important;
    outline: 0;
    box-shadow: none !important;
}

.login_left_wrapper .email_input {
    max-width: 453px !important;
    width: 100% !important;
    height: 56px !important;
}


.welcome_div p {
    color: var(--buttonColor);
    font-family: 'ClashDisplay-Semibold';
    font-size: 36px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 8px !important;
}

.welcome_div h6 {
    color: var(--textColor);
    font-family: ' Work Sans', sans-serif !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 150%;
    margin-bottom: 46px !important;
}

.backBtn {
    color: var(--buttonColor);
    font-family: ' Work Sans', sans-serif !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
}

.login_btn {
    border-radius: 11px;
    background: var(--primaryColor);
    box-shadow: 10px 20px 14px 0px rgba(93, 81, 242, 0.10);
    padding: 14px 0px;
    color: var(--initialColor);
    text-align: center;
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    margin-top: 24px;
    width: 100% !important;
}

.forget {
    color: var(--buttonColor);
    font-family: ' Work Sans', sans-serif !important;
    text-align: right;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.forget:hover {
    text-decoration: underline !important;
}

.small_Area {
    max-width: 450px;
    width: 100%;
    margin: auto;
}

@media only screen and (max-width:768px) {
    .small_Area {
        padding: 64px 24px;
    }

    .welcome_div p {
        font-size: 28px;
    }

    .welcome_div h6 {
        font-size: 16px;
    }

    .forget {
        font-size: 13px;
    }

    .mb_56 {
        margin-bottom: 24px !important;
    }
}

#loading-screen{
    display: none;
}
