
.container {
    padding: 24px;
    border-radius: 12px;
width: 456px;
height: 702px;
    border-radius: 12px;
    border: 2px solid #3b82f6a6;
    background: #fff;
    box-sizing: border-box;
    position: sticky;
    display: none;
  top: 100px;
 margin: auto;
    z-index: 490;
    
}

.container,.resistor { 
    animation-name: name;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    animation-timing-function: linear;

}
@keyframes name {
    from {
    box-shadow: 0px 0px 20px 0px #1877f2;

    }
    to {
    box-shadow: 0px 0px 20px 0px  #46d4ff ;

    }
}



.resistor {
    padding: 24px;
    border-radius: 12px;
width: 456px;
height: 702px;
    border-radius: 12px;
    border: 2px solid #3b82f6a6;
    background: #fff;
    box-sizing: border-box;
    position: sticky;
    display: none;
    top: 100px;
 margin: auto;
    z-index: 500;
    
}
.container div{
    margin-bottom: 12px;
}
.resistor div{
    margin-bottom: 12px;
}

  
.tabs {
    display: flex;
    width: 100%;
    padding: 20px 0;
    border-radius: 8px;
    justify-content: flex-start;
    gap: 20px;
    margin-left: 20px;
} 
.tabs :hover{
    color: #1877f2;
    background-color: white;
}
.tabs div {
    text-decoration: none;
    font-size: 16px;   
    padding-right: 10px;
    font-weight: normal;
    position: relative;
    right: 30px;
    cursor: pointer;
    font-weight: 700;
    font-style: normal;
    display: inline-block;
    padding: 10px 20px;
    /* color: #000; */
    transition: transform 0.3s ease;
}
.tabs div:hover {
    position: relative;
    text-underline-offset: 3px;
    text-decoration-thickness: 2px;
}

.tabs div::after{
    content: '';
    position: absolute;
    width: 70%;
    height: 5px;
    background-color: blue;
    border-radius: 5px;
    left: 15%;
    bottom: -7px;
    transform: scaleX(0);
    transition: transform 0.5s ;
    transform-origin: right;
}
.tabs div:hover::after {
    transform: scaleX(1); 
    transform-origin: left;
}
.line1{
    position: relative;
    top: -23px;
    height: 1.5px;
    background-color: #cacaca;
    border-radius: 8px;
} 
.form2 {
    display: flex;
    flex-direction: column;
    gap: 12px;width: 408px;
    height: 27px;
    position: initial;

  width: 408px;
  height: 381px;
  background-color: white;
  margin: 0;
  padding: 0;

  border-radius: 0;
}

form button {
        position: initial;
}
  .form2 input {
    width: auto;
    height: 47px;
  }
  .form2 input[type="password"] ,
  .form2 input[type="email"], 
  .form2 input[type="text"] {
    width: 407px;
    height: 47px;
  }
input {
    width: 100%;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
} 
label {
    display: block;
    font-size: 14px;
    color: #333;
    margin-bottom: 4px;
}
.remember-forgot{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.remember-label{
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.remember-forgot input{
    margin: 5px;
    
}
.password{
    position: relative;
    width: 100%;
}
.login{
    color: white;
    justify-content: center;
    padding: 0.75rem;
    width: 100%;
    margin: 7px;
    border: none;
    border-radius: 12px;
    font-weight: bold;
    background-color: #3b82f6;
    cursor: pointer;   
     border: 1px solid #3b82f6;
}
.login:hover {
    color: #3b82f6;
    background-color: white;
    transition: 0.3s;
} 
.or {
text-align: center;
    margin: 15px 0;
    position: relative;
          
}
.or{
    font-family: "Playwrite RO", cursive;
    font-optical-sizing: auto;
    font-weight: weighted;
    font-style: normal;
    font-family: "Playwrite CU", cursive;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

.or::before, .or::after {
content: "";
    position: absolute;
    top: 50%;
    width: 40%;
    height: 1px;
    background: #ddd;
    z-index: 0;
}

.or::before {
    left: 0;
}
.or::after {
    right: 0;
}
.social-media{
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
}
.facebook, .google {
    font-weight: bold;
    padding: 0.5rem;
    flex: 1;
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    border: 1px solid;
    transition: all 0.5s ease;
    padding: 10px 20px;
    width: 200px;
    height: 63px;
    position: relative;
}
.facebook {
    color: #1877f2;
    border: 1px solid #1877f2;
}
.google{
    color: #db4437;
    border: 1px solid #db4437;
    margin-left: 2%;
}
.facebook i {
    text-align: center;
    font-size: 27px;
    top: 29%;
    position: absolute;
    left: 7%;
}
.facebook p{
    margin-top: 1px;
}
.google i {
    text-align: center;
    font-size: 25px;
    top: 32%;
    position: absolute;
    left: 9%;
}
.google p{
    margin-top: 4px;
margin-left: 20px;
}
.google:hover {
    color: #f9ffff;
    background-color: #db4437;
}
.facebook:hover {
    color: #f9ffff;
    background-color: #1877f2;
}

.demo-box {
background-color: #f1f5f9;
    padding: 12px;
    border-radius: 8px;
    margin-top: 16px;
    text-align: left;
}
.password button {
    position: absolute;
    /* width: 100%; */
    top: 55% !important;
    right: 17px !important;
    background-color: none;
    cursor: pointer;
    border: none;
    padding: 0;
    font-size: 15px;
    /* transform: translateY(-50%); */
}
  input:focus {
    outline: none;
    border: 2px solid #3b82f6;
    font-size: 15px;
}
input::placeholder {
    opacity: 0.7;
    font-size: 15px;
  }

button.btn
 {
  width: 150px;
  height: 50px;
  background-color: #2f73f2;
  color: #ffffff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-weight: 500;
}

button.btn:hover
 {
  background-color: #ffffff;
  color: #2f73f2;
  border: 1px solid #2f73f2;
  transition: 0.3s;
  scale: 1.11;
  cursor: pointer;
}

.lin {
  font-size: 17px;
  cursor: pointer;
}

.fa-xmark {
  cursor: pointer;
}