body {
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    position: relative;
    min-height: 100vh;
    align-items: flex-start;
    padding-top: 130px;
    padding-bottom: 40px;
    font-family: 'Open Sans';
}

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: url('/sign_in_bck.jpg') no-repeat center center;
    background-size: cover;

    opacity: 0.5;
    z-index: -1;
}



.logo {
    position: absolute;
    /* Takes it out of the flex flow */
    top: 40px;
    /* Distance from the top edge */
    left: 40px;
    /* Distance from the left edge */
    z-index: 10;
    /* Ensures it stays above the background */
}

.armenopedia-logo {
    width: 100px;
    /* Adjust size to match your design */
    height: 100px;
    display: block;
}

.forgot-password-container {
    width: 100%;
    height: 100vh;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.glass-box {
    /* background: rgba(255, 255, 255, 0.4); */
    backdrop-filter: blur(15px);
    border-radius: 20px;
    padding: 60px;
    width: 100%;
    max-width: 800px;
    text-align: center;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.2);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
}



h2 {
    color: #1a237e;
    font-size: 28px;
    margin-bottom: 15px;
}

p {
    color: #5c677d;
    font-size: 16px;
    margin-bottom: 30px;
}

.input-group {
    text-align: left;
    margin-bottom: 20px;
}

.input-group label {
    display: block;
    color: #272D6E;
    font-weight: 600;
    margin-bottom: 8px;
}



input[type="email"],
input[type="password"] {
    display: block;
    width: 100%;
    max-width: 564px;
    height: 44px;
    margin: 0 auto;
    padding-left: 12px;
    background: #F6F9FB;
    border: 1px solid #8E959C;
    border-radius: 12px;
}

input[type="text"] {
    width: 59px;
    height: 44px;

    background: #F6F9FB;
    border: 1px solid #8E959C;
    border-radius: 12px;
}


.code-inputs {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
}

.code-box {
    width: 50px !important;
    height: 50px;
    text-align: center;
    font-size: 20px;
}

.primary-btn {
    padding: 15px;
    color: white;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 10px;
    width: 564px;
    height: 54px;

    background: #272D6E;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
}

.back-link {
    display: block;
    margin-top: 20px;
    color: #272D6E;
    ;
    text-decoration: none;
    font-weight: 600;
}



.password-wrapper {
    position: relative;
    width: 565px;
    margin: 0 auto;
}

.password-wrapper input {
    display: block;
    width: 100%;
    max-width: 564px;
    height: 44px;
    margin: 0 auto;
    padding-left: 12px;
    background: #F6F9FB;
    border: 1px solid #8E959C;
    border-radius: 12px;
}

.toggle-password {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: flex;
    color: #666; /* Muted color to match design */
}

.toggle-password:hover {
    color: #1a237e; /* Darken on hover */
}





#resetRegexError{
    margin-left: 121px;
}

#resetMatchError{
    margin-left: 121px;
}
