#signIn #sign_in {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#signIn .header_signIn {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background: linear-gradient(180deg, #071437 0%, #14399D 100%);

}

#signIn .header_signIn::before {
    content: '';
    height: 50px;
}

#signIn .header_signIn h5 {
    color: white;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    margin-top: 20px;
    text-align: center;
}

#signIn .bottom_signIn {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#signIn .logo-default-landing {
    height: 79px;
}

#signIn .logo-sticky-landing {
    height: 45px;
}

#signIn .btn-for-company {
    max-width: 207px;
    height: 50px;
    width: 100%;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    padding: 8px 40px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    opacity: 1;
}

#signIn .btn-for-blogger {
    max-width: 207px;
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    font-family: 'Inter', sans-serif;
    background: none;
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    padding: 8px 40px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    opacity: 1;
}

#signIn .logo {
    max-width: 152px;
    width: 100%;
}

#signIn .active {
    background: #D6EDFF;
    color: #14399D;
}

#signIn .button_container a {
    margin: 15px;
    display: flex;
    gap: 8px;
    /* flex-direction: column; */
}

#signIn .signin-container {
    background: white;
    width: 100%;
    max-width: 373px;
    border-radius: 12px;
    /* box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1); */
    padding: 40px 30px;
}

#signIn .signin-header {
    text-align: center;
    margin-bottom: 30px;
}

#signIn .signin-header h1 {
font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 40px;
}

#signIn .form-group {
    margin-bottom: 20px;
}

#signIn .form-label {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 6px;
}

#signIn .form-input {
    max-width: 313px;
    width: 100%;
    padding: 12px 10px;
border: 1px solid #979797;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.2s, box-shadow 0.2s;
    background-color: #ffffff;
}

#signIn .form-input:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

#signIn .checkbox-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

#signIn .checkbox-wrapper {
    display: flex;
    align-items: center;
}

#signIn .checkbox-input {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    accent-color: #3b82f6;
}

#signIn .checkbox-label {
    font-size: 12px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    color: #000;
}

#signIn .forgot-password {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    color: #3b82f6;
    text-decoration: none;
}

#signIn .forgot-password:hover {
    text-decoration: underline;
}

#signIn .signin-button {
    max-width: 313px;
    width: 100%;
 background: #1347F5;
    color: white;
    border: none;
    border-radius: 12px;
    padding: 14px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    margin-bottom: 24px;
}

#signIn .signin-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
}

#signIn .signin-button:active {
    transform: translateY(0);
}

#signIn .signup-text {
    font-family:"Inter", sans-serif;
    font-weight: 500;

    text-align: center;
    margin-bottom: 50px;
    font-size: 14px;
    color: #868686;
;
}

#signIn .signup-link {
    color: #1347F5;
;
    text-decoration: underline;
    font-weight: 500;
}

#signIn .signup-link:hover {
    text-decoration: underline;
}

#signIn .social-login {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

#signIn .social-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 12px;
    /* border: 1px solid #e5e7eb; */
    border-radius: 12px;
    background: white;
    color: #374151;
    background-color: #F3F8FF;
    font-family: 'Inter', sans-serif;
    color: #252525;

    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.2s, border-color 0.2s;
}

#signIn .social-button:hover {
    background-color: #f9fafb;
    border-color: #d1d5db;
}

#signIn .social-button img {
    width: 20px;
    height: 20px;
    margin-right: 12px;
}
#signIn .telegram-button i{
    color: #0088cc;
    font-size: 18px;
}


/* #signIn .google-button {
    color: #4285f4;
}

#signIn .vk-button {
    color: #4a76a8;
} */

/* Social icons as text for compatibility */
#signIn .social-icon {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border-radius: 4px;
}

#signIn .google-icon {
    background: #4285f4;
    color: white;
    font-size: 12px;
}

#signIn .telegram-icon {
    background: #0088cc;
    color: white;
    font-size: 12px;
}

#signIn .vk-icon {
    background: #4a76a8;
    color: white;
    font-size: 12px;
}
#signIn .button_container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#signIn .header_sign_in {
    margin-bottom: 101px;
}
@media (max-width: 940px) {
    #signIn #sign_in {
        flex-direction: column;
    }
    #signIn .signin-button {
        max-width: 100%;
        width: 100%;
    }

    #signIn .button_container {
        display: flex;

    }

    #signIn .header_signIn {
        height: auto;
        padding: 40px 0;
    }

    #signIn .bottom_signIn {
        height: auto;
        padding: 40px 0;
    }

    #signIn .signin-container {
        background: white;
        width: 100%;
        max-width: 313px;
        border-radius: 12px;
        /* box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1); */
        padding: 40px 0px;
    }
}
 @media (max-width: 640px) {

    #signIn .btn-for-company, #signIn .btn-for-blogger {
        max-width: 172px !important;
    }
  #signIn .btn-for-company, #signIn .btn-for-blogger {
    padding:13px 28px ;
  }
  /* #signIn .button_container a{
    margin: 0  ;
  } */
    #signIn .button_container{
        display: flex;align-items: center; justify-content: center;
        flex-direction: row;
    }
    #signIn .social-login{
        flex-direction: column;
    }
}
