.logindivmain{
    position: absolute;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.logindiv{
    position: relative;
    margin-top: 10vh !important;
    left: 20vw !important;
    height: 80vh !important;
    width: 60vw !important;
    background-color: rgba(0, 0, 0, 0.5);
    padding-left: 90px !important;
    padding-right: 90px !important;
    padding-top: 60px !important;
    border-radius: 20PX;
}

@media (max-width: 820px) and (min-height: 1024px){
    .logindiv{
        margin-top: 25vh !important;
        height: 50vh !important;
    }
}
label{
    color: white;
    font-size: 1.4vw;
    font-weight: bold;
}
input[type='email'], input[type='password']{
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: none !important;
  outline: none !important;
  background: transparent !important;
  border-bottom: 1px solid darkgrey !important;
  border-radius: 0;
  color: white;
}
input[type='email']:focus, input[type='password']:focus{
    box-shadow: none;
  -webkit-appearance: none;
  border: none !important;
  outline: none !important;
  background: transparent !important;
  border-bottom: 1px solid darkgrey !important;
  border-radius: 0;
  color: white;
}
.btn{
    background-color: transparent !important;
    width: 100%;
    height: 50px;
    border-radius: 50px !important;
    border: 1px solid white !important;
    padding: 3px;
    color: white !important;
}
.signinbtn:hover{
    background-color: #184379 !important;
    border: 1px solid transparent !important;
}
.selcon{
    display: flex;
    flex-direction: row;
    border: 1px solid white;
    border-radius: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.selcon span i{
    font-size: 1vw;
    color: white;
    padding-top: 1vw;
    padding-right: 1vw;
}
.select{
    width: 100%;
    border: none;
    padding: 7PX;
    padding-left: 50PX;
    appearance: none;
    background-color: transparent;
}
.select:focus{
    appearance: none;
    background-color: transparent;
    border: none;
    outline: none;
}
.elogo{
    height: 50px;
    z-index: 2;
}
.ikologo{
    height: 150px;
    position: absolute;
    top:-50px;
}
.opacbtn{
    margin-top: 5px; 
}
@media (max-width: 820px) and (min-height: 1024px){
    .elogo{
        height: 40px;
        margin-left: 30px;
    }
    .opacbtn{
        margin-top: 0px; 
    }
}
@media (max-width: 700px){
    .opacbtn{
        margin-top: 0px; 
    }
    .logindiv{
        position: relative;
        margin-top: 20vh !important;
        left: 5vw !important;
        height: 60vh !important;
        width: 90vw !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        padding-top: 30px !important;
        border-radius: 20PX;
    }
    label{
        color: white;
        font-size: 2.8vw;
        font-weight: bold;
    }
    input[type='email'], input[type='password']{
      border: none !important;
      outline: none !important;
      border-radius: 0;
      color: white;
      border-bottom: 1px solid darkgrey !important;
    }
    input[type='email']:focus, input[type='password']:focus{
      border-bottom: 1px solid darkgrey !important;
    }
    .btn{
        position: relative;
        left: 5%;
        width: 90%;
        height: 40px;
        border-radius: 50px !important;
        padding: 3px;
    }
    .selcon{
        display: flex;
        flex-direction: row;
        border: 1px solid white;
        border-radius: 20px;
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .selcon span i{
        font-size: 1.3vw;
        color: white;
        padding-top: 1vw;
        padding-right: 1vw;
    }
    .selconcon{
        width: 90%;
        margin-left: 5%;
    }
    .select{
        width: 100%;
        border: none;
        padding: 7PX;
        padding-left: 5px;
        font-size: 2.1vw;
    }
    .signinbtn{
        font-size: 1.7vw;
    }
    .meetL{
        font-size: 3vw;
    }
    .elogo{
        height: 30px;
    }
    .ikologo{
        height: 80px;
        position: absolute;
        top:-40px;
    }
    @media (min-height: 800px){
        .logindiv{
            height: 55vh !important;
        }
    @media (min-height: 850px){
        .logindiv{
            margin-top: 25vh !important;
            height: 50vh !important;
        }
    }

}

@media (max-height: 700px){
    .logindiv{
        height: auto !important;
    }
     .elogo{
        height: 20px;
    }
}
}

.logerror{
  color: #E57717;
}