.MenuBarToggle {
    transform: translate(10%);
    position: absolute;
  
    border-bottom: 1px solid #eaeaeb;
    text-align: right;
    height: 70px;
    width: 80%;
    line-height: 70px;
    margin: auto;
    margin-bottom: 100px;
  }
  .menuBar {
    margin: 0 30px 0 0;
    border-radius: 5px;
  }
  
  .menuBar a {
    clear: right;
    text-decoration: none;
    color: gray;
    margin: 0 10px;
    line-height: 70px;
  }
  #SignButton {
    width: 90px;
    height: 40px;
    color: white;
    border: 1px solid rgb(16, 120, 16);
    background-color: #5fb92a;
    border-radius: 5px;
  }
  #LogInButton {
    width: 90px;
    height: 40px;
  
    border: 1px solid rgb(149, 154, 149);
    cursor: pointer;
    border-radius: 5px;
  }

  
  
  #Menulabel {
    margin: 0 40px 0 0;
    font-size: 26px;
    line-height: 70px;
    display: none;
    width: 26px;
    float: right;
  }
  #MenuLine {
    width: 100%;
    height: 3px;
    background-color: #5fb92a;
  }
  #toggle {
    display: none;
  }
  .SvgLogo {
    float: left;
    margin: 15px;
  }
  
  @media only screen and (max-width: 900px) {
    #Menulabel {
      display: block;
      cursor: pointer;
    }
    .menuBar {
      text-align: center;
      width: 100%;
      display: none;
    }
    .menuBar a {
      display: block;
      border-bottom: 1px solid #eaeaeb;
      margin: 0;
      background-color: #5fb92a;
      visibility: visible;
      color: white;
      border: 1px solid #5fb92a;
      text-align: left;
      padding-left: 10px;
      padding-right: 10px;
      overflow: hidden;
    }
    #toggle:checked + .menuBar {
      display: block;
    }
    #SignButton {
      width: 100%;
      height: 40px;
      color: #5fb92a;
      border: 1px solid rgba(16, 120, 16, 0);
      background-color: white;
      border-radius: 2px;
    }
    #LogInButton {
      width: 100%;
      height: 40px;
      background-color: #5fb92a;
      border: 1px solid rgb(255, 255, 255);
      color: white;
      border-radius: 2px;
    }
  }


  #login_button:hover{
    background: mediumturquoise;
    cursor: pointer;
}
  #MenuEnd {
    /* height: 100px; */
    width: 100%;
  }
  
  /* menu end */
  
  #LogInMain {
    width: 50%;
    height: auto;
    float: auto;
    margin: auto;
  
    padding-top: 50px;
  }
  #LogInLogo {
    /* height: 180px; */
    width: 400px;
    margin-left: 12%;
    text-align: center;
    /* border: solid red; */
  }
  #LogInLogo > img {
    width: 90px;
    height: 90px;
  }
  #LoginHere {
    width: 400px;
    height: 400px;
    border: 0px solid gray;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.122),
      0 6px 20px 0 rgba(0, 0, 0, 0.136);
    text-align: center;
    margin: auto;
    border-radius: 2px;
    padding-top: 10px;
  }
  #LoginHere > input {
    height: 50px;
    width: 370px;
    text-align: left;
    margin: 10px;
    padding-left: 10px;
    border: 1px solid rgba(128, 128, 128, 0.395);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.027),
      0 6px 20px 0 rgba(0, 0, 0, 0.088);
    border-radius: 4px;
  }
  #LoginHere > button {
    height: 50px;
    width: 370px;
    text-align: center;
    margin: 10px;
    background-color: rgb(88,70,246);
    color: white;
    border: 1px solid rgb(88,70,246);
    border-radius: 5px;
    font-size: 22px;
  }
  #spanGreen {
    color: rgb(88,70,246);
    font-weight: bold;
  }


  .pointer1:hover{
    cursor: pointer;
    color: rgb(88,70,246) !important;
  }

  #ConnectWith {
    max-width: 400px;
    height: 130px;
    text-align: center;
    margin: auto;
    float: auto;
    border: 0px solid black;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.061),
      0 6px 20px 0 rgba(0, 0, 0, 0.088);
    margin-top: 20px;
    padding-top: 10px;
  }
  #ConnectWith > div > div {
    width: 85px;
    height: 40px;
    text-align: center;
  
    float: left;
  
    margin: 5px;
    border-radius: 5px;
  }
  #ConnectWith > div > div:nth-child(1) {
    background-image: url(https://desktime.com/assets/img/icons/facebook_v2.svg);
  }
  #ConnectWith > div > div:nth-child(2) {
    background-image: url(https://desktime.com/assets/img/icons/twitter_v2.svg);
  }
  #ConnectWith > div > div:nth-child(3) {
    background-image: url(https://desktime.com/assets/img/icons/linkedin_v2.svg);
  }
  #ConnectWith > div > div:nth-child(4) {
    background-image: url(https://desktime.com/assets/img/icons/google_v2.svg);
  }
  #loginH1font {
    font-size: 30px;
    color: black;
    font-family: 'Poppins', sans-serif;
    /* border: solid pink 1px; */
    width: 100%;
  }
  #ForgetpassFont {
    font-size: 15px;
    color: gray;
    font-family: 'Poppins', sans-serif;
  }
  #loginFont {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: gray;
    margin-left: unset;
  }

  .onfocus_change{
    border-radius: 50px;
    border: solid rgb(88,70,246) 1px;
    /* background: rgb(88,70,246); */
  }

  #mail, #pass{
    font-family: 'Poppins', sans-serif;
    border: solid black;
    outline: none;
  }
  
#mail:focus, #pass:focus{
    /* border: solid red; */
    /* border: none; */
    /* width: 150%; */
    border-radius: 50px;
    border: solid rgb(88,70,246) 1px;
}

*:focus{
    outline: none;
}
#login_button{
  background: rgb(88,70,246);
}

@media only screen and (max-width: 768px) {


  #LogInLogo {
    /* height: 180px; */
    width: 400px;
    margin-left: 5%;

  }

} 


@media only screen and (max-width: 992px) {


  #LogInLogo {
    /* height: 180px; */
    /* width: 400px; */
    margin-left: 5%;

  }

} 