* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

section {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: url('../images/op.jpg') ;
    background-repeat: no-repeat;
    background-size: cover;

    
}
.label{
    color: white;
}

.box {
    position: relative;
    padding: 50px;
    padding-top: 0px;
    width: 430px;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #009688;
    border-radius: 6px;
    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
   
    
    
}


.box::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 5px;
    pointer-events: none;
    background: transparent;
}

.box .form {
    position: relative;
    width: 100%;
}

.box .form h2 {
    color: white;
    font-weight: 600;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
    top: -10px;
}
.box .form h6{
    color: white;
   font-size: 15px;
    text-align: center;
    position: relative;
    top: -30px;
}

.box .form .inputBx {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.box .form .inputBx input {
    width: 100%;
    outline: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: white;
    margin-top: 10px;
    padding: 8px 10px;
    padding-left: 35px;
    border-radius: 6px;
    color: #040404;
    font-size: 16px;
    font-weight: 300;
    box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.2);
}

.box .form .inputBx input ::placeholder {
    color: white;
}

.box .form .inputBx input[type="submit"] {
    background: white;
    color: black;
    padding: 8px 24px;
    box-shadow: none;
    font-weight: 700;
    letter-spacing: 1px;
    cursor: pointer;
   
}


.box .form .inputBx img {
    position: absolute;
    top: 10px;
    left: 10px;
    transition: scale(0.7);
    filter: invert(1);
}

.remeber {
    position: relative;
    display: inline-block;
    color: white;
    font-weight: 300;
    margin-bottom: 10px;
    cursor: pointer;
}

.box .form p {
    color: white;
    font-weight: 300;
    font-size: 15px;
    margin-top: 5px;
}

.box .form a {
    color: white;
}

.box .form a:hover {
    color: purple;
}
.lbl{
    color: white;
}
.box .drop{

      color: white;
   font-size: 17px;
  
  
}
.box .mog{

     height: 28px;
     width: 170px;
      margin-bottom: 20px;

  
}


@media screen and (max-width: 400px) {
    .box {
        padding: 20px;
        width: 310px;
        height: 520px;
    }
}
@media screen and (max-width: 400px) {
    .box .mog{

     height: 28px;
     width: 110px;
      margin-bottom: 20px;

  
}

}

.user {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: block;
    position: relative;
    top: -60px;
    margin: auto;
    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
    border: 5px solid rgba(255, 255, 255, 0.1);
}