body{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    background: #222529;
}
/******************************  SCROLL CSS  *********************************/
  ::-webkit-scrollbar {
    height: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #d7d7d7;
    opacity: 0.3;
    border-radius: 5px; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #ccc; 
  }

/******************************  END SCROLL CSS  *********************************/  

section{
    margin: 15px 0;
}
.container{
    padding: 0px 15px;
    margin: 0;
    max-width: 1920px;
}
.row{
    padding-left: -15px;
    padding-right: -15px;
}


/******************************  PANEL CSS  *********************************/

.panel_login{
    width: 340px;
    height: 296px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 50px;
    background: #FFFFFF;
    box-shadow: 0px 20px 30px rgba(34, 37, 41, 0.02);
    border-radius: 20px;
    color: #222529;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
   
}

/******************************  \ END PANEL CSS  *********************************/

.close{
    position: absolute;
    right: 30px;
    top: 30px;
}
.logo{
    width: 80px;
    height: 17.86px;
    margin-bottom: 20px;
}
.field{
    margin-top: 20px;
    margin-bottom: 20px;
    width: auto;
    height: 60px;
}
.field-text{
    height: 43px;
    width: 342px;
    border: none;
    border-bottom: 1px solid #F0F2F5;
    box-sizing: border-box;
    border-radius: 0px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #222529;
    outline: none;
    margin-bottom: 20px;
}
.field-icon{
    float: right;
    margin-left: -25px;
    margin-top: -50px;
    position: relative;
    z-index: 2;
}
label{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #A3AEBF;
}

.refield{
    height: auto;
}

.remember {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #222529;
}

.remember input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    line-height: 17.58px;
}

.remembermark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 6px;
    line-height: 17.58px;
}

.remember:hover input ~ .remembermark {
    background-color: #ccc;
}

.remember input:checked ~ .remembermark {
    background-color: #2196F3;
}

.remembermark:after {
    content: "";
    position: absolute;
    display: none;
}

.remember input:checked ~ .remembermark:after {
    display: block;
}

.remember .remembermark:after {
    left: 7px;
    top: 3px;
    width: 3px;
    height: 9px;
    border: 1px solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 0;  /* Move padding from the button to this container */
    width: 100%;      /* Ensure the content spans the full width of the button */
}

.btn-text {
    font-size: 13px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    /* ... any other styles you want for the text ... */
}

.login{
    text-align: center; 
}

.login-btn {
    width: 100%;       /* Make the button full width */
    padding: 0;   /* Adjust padding */
    background: #0066FF; 
    border: 1px solid #0066FF;
    border-radius: 12px;
    color: #fff;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    cursor: pointer;   /* Makes it clear it's clickable */
    display: flex;              /* Convert the button into a flex container */
    justify-content: center;    /* Center children horizontally */
    align-items: center;        /* Center children vertically */
    position: relative;         /* Establish a stacking context for absolute positioned children */
    height: 40px;  /* Example height, adjust as per your design */
    align-items: center;  /* Ensure content is vertically centered */

}

.login-btn:hover {
    background: #222529;
    border: 1px solid #222529;
}

.login-btn:disabled {
    background-color: #B0B0B0;  /* The gray color you want */
    border-color: #B0B0B0;     /* Adjust the border color if necessary */
    cursor: not-allowed;       /* Show a "no action" cursor */
    color: #FFFFFF;            /* You can adjust the text color if necessary */
}

.login-btn:disabled:hover {
    background-color: #B0B0B0;  /* Keep the same color on hover */
    border-color: #B0B0B0;
}


.login-btn-container {
    width: 100%; 
    position: relative;  /* Set the reference point for the spinner positioning */
    display: inline-block; /* Ensure this container doesn't take up the full width */
}

.forgot-password {
    display: inline-block;
    color: #222529; /* A shade of blue; adjust as needed */
    margin-top: 8px;
    font-size: 14px;
    transition: color 0.3s ease; /* Smooth transition for hover effect */
    text-decoration: none; /* Remove the underline */
}

.forgot-password:hover {
    color: #000000; /* A darker shade of blue for hover; adjust as needed */ 
    text-decoration: underline; /* Underline on hover */
}

.login-error-message {
    font-size: 0.9em;
    padding-top: 5px;
    display: none; 
    color: red;
}

.spinner {
    border: 2px solid rgba(255, 255, 255, 0.3);  /* Adjusted border thickness */
    border-radius: 50%;
    border-top: 2px solid #000;                 /* Adjusted border-top thickness */
    width: 10px;
    height: 10px;
    animation: spin 1s linear infinite;
    display: none; /* Initially hidden */
    margin: 0;  /* Ensure no margins are applied */
}


@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
