* {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 14px;
    color: #5e6c84;
    margin: 0;
    padding: 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
}

section {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    width: 100%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.login_title {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -0.5px;
    color: rgb(8, 24, 51);
    margin-bottom: 0.5rem;
    text-align: center;
}

.login_subtitle {
    font-size: 15px;
    color: #6b7280;
    text-align: center;
    margin-bottom: 2rem;
    font-weight: 400;
}

.form-box {
    position: relative;
    width: 400px;
    height: 350px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border-radius: 10px;
}

/* h2 {
    font-size: 2em;
    text-align: left;
} */

.inputbox {
    position: relative;
    margin: 30px;
    width: 310px;
    border-bottom: 2px solid #fff;
}

.inputbox label {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    font-size: 1em;
    pointer-events: none;
    transition: .5s;
}

.inputbox input {
    width: 100%;
    height: 35px;
    background: transparent;
    outline: none;
    font-size: 1em;
    /* padding: 0 35px 0 5px;*/
    border-radius: 10px;
    border-color: #6559ff;

}

/* button {
    width: 100%;
    height: 35px;
    border: 1px solid;
    background: #6559ff;
    border: none;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700px;
    color: white;
    border-radius: 40px;
    outline: none;
} */
.continue_btn {
    background: linear-gradient(135deg, rgb(101, 89, 255) 0%, rgb(87, 75, 235) 100%);
    color: rgb(255, 255, 255);
    border: 0px none;
    border-radius: 10px;
    height: 48px;
    outline: none;
    font-size: 16px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 22px;
    letter-spacing: 0.2px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 24px;
    display: inline-flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    width: 100%;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px -1px rgba(101, 89, 255, 0.3), 0 2px 4px -1px rgba(101, 89, 255, 0.2);
}

.continue_btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(101, 89, 255, 0.4), 0 4px 6px -2px rgba(101, 89, 255, 0.3);
}

.continue_btn:active {
    transform: translateY(0);
}

.signin {
    /* margin: 30px 0; */
    text-align: center;
    font-size: 18px;
    color: #344563;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.4px;
    color: rgb(52, 69, 99);
    width: 100%;
    text-align: center;
}

.special_card {
    background-color: #ffffff;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    border-radius: 16px;
    margin-top: 50px;
    width: 488px;
    padding: 48px 40px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(10px);
    animation: slideUp 0.5s ease-out;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.signin a {
    /* color: #7b7aff; */
    text-decoration: none;
}

.email_label {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1px;
    color: rgb(31, 41, 55);
    margin-bottom: 8px;
    display: block;
}

.email_input_div {
    border: 2px solid rgb(229, 231, 235);
    border-radius: 10px;
    display: flex;
    padding: 0px 16px;
    transition: all 0.2s ease;
}

.email_input_div:focus-within {
    border-color: rgb(101, 89, 255);
    box-shadow: 0 0 0 3px rgba(101, 89, 255, 0.1);
}

.email_input {
    border: 0px none;
    display: block;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.2px;
    box-shadow: none;
    width: 100%;
    color: rgb(31, 41, 55);
    padding: 12px 0px;
    background: transparent;
}

.email_input:focus {
    border: 0px none;
    outline-style: none;
    outline-width: 0px;
    outline-color: unset;
    box-shadow: none;
}

.form-control {
    border: 2px solid rgb(229, 231, 235);
    border-radius: 10px;
    padding: 12px 16px;
    font-size: 15px;
    transition: all 0.2s ease;
    color: rgb(31, 41, 55);
}

.form-control:focus {
    border-color: rgb(101, 89, 255);
    box-shadow: 0 0 0 3px rgba(101, 89, 255, 0.1);
    outline: none;
}

.form-control::placeholder {
    color: rgb(156, 163, 175);
}

.fontb {
    font-weight: 500;
    font-style: normal;
    font-size: 17px;
}

.footer {
    position: fixed;
    bottom: 0;
    font-weight: 500;
    padding: 0px 16px;
}

.footer-size {
    font-style: normal;
    flex-direction: column;
    font-size: 14px;
}

* {
    box-sizing: border-box;
}

.down {
    position: relative;
    flex: 1 1 0%;
    margin-bottom: 50px;
}

.privacy {
    align-self: center;
    text-align: center;
    padding: 16px;
}

.privacy a {
    text-decoration: none;
    color: rgb(94, 108, 132);
}

.terms {
    align-self: center;
    text-align: center;
    padding: 16px;
}

.terms a {
    text-decoration: none;
    color: rgb(94, 108, 132);
}

.status {
    align-self: center;
    text-align: center;
    padding: 16px;
}

.status a {
    text-decoration: none;
    color: rgb(94, 108, 132);
}

.support {
    align-self: center;
    text-align: center;
    padding: 16px;
}

.support a {
    text-decoration: none;
    color: rgb(94, 108, 132);
}
