 .LoadingScreen {
    height: 100%;
    width: 100%;
    position: fixed;
    opacity: 0;
    animation: fadeOut 10s linear;
  }
  .Background{
    background-repeat: no-repeat;
    background-position: 48% 50%;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    display: grid;
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
  }
  .Love-Inder {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: zoom-in-zoom-out 1s ease infinite;
  }

  .Home {
    height: 100%;
    width: 100%;
    position: fixed;
    opacity: 1;
    animation: fadeIn 10s linear;
  }
  .HomeBackground{
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    display: grid;
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
  }
  .Logo {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: grid;
  }
  .LetsFindYourLove {
    position: absolute;
    top: 68%;
    left: 50%;
    text-align: center;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    font-family: cursive;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color:  #05c2c2;
  }
  .SingupButton {
    border: none;
    color: white;
    border-radius: 25px;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    margin: 0;
    position: absolute;
    top: 80%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fc0064;
  }
  .SingupButton:hover {
    background-color: #4e0213;
    color: white;
  }
  .LoginButton {
    border: none;
    color: white;
    border-radius: 25px;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    position: absolute;
    top: 0.8%;
    right: 2%;
    background-color: #bf9000;
  }
  .LoginButton:hover {
    background-color: #786304;
    color: white;
  }
  .Language { border: none;
    color: rgb(4, 4, 54);
    border-radius: 25px;
    padding: 2px 2px;
    text-align: center;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    position: absolute;
    top: 2%;
    right: 12%;
    background-color: rgba(48, 3, 126, 0);}
  .Language:hover {
    background-color: rgba(244, 244, 245, 0);
    color: #30037e;
  }
  .LanImg {
      float: left;
      margin-top: 0;
  }
   .Footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #171616D8;
  }
  .AllRightsReserved {
    width: 102.8%;
    font-size: 14px; text-align: center;
    font-family: "Segoe UI",monospace;
    color: #fbc7d6;
    text-align: center;
  }

  /* Login From & SingUp From */
  input[type=text], input[type=password], input[type=date]{
    width: 80%;
    padding: 12px 40px;
    margin: auto;
    display: block;
    border: 1px solid rgba(194, 70, 203, 0.57);
    box-sizing: border-box;
    background-color: rgba(44, 1, 1, 0.13);
  }

  span.Password {
    float: right;
    padding-top: 16px;
  }

  .SubmitButtonContainer:hover {
    opacity: 0.8;
  }
  .CancelButtonContainer:hover {
    opacity: 0.8;
  }
  .InputContainer {
    padding: 16px;
  }
  .Animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
  }
  
  /* Login From */
  .LoginFrom {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    justify-content: center;
    align-items: center;
    background-color: #171616D8;
    padding-top: 50px;
  }

  .LoginLogo {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
  }

  .LoginFrom-Content {
    background-color: #171616D8;
    margin: 10% auto 10% auto;
    border: 1px solid #05d2f6;
    width: 80%
  }

  .CancelLogin {
    border: none;
    color: #f10202;
    border-radius: 25px;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    display: flex;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    background-color: #C98E8E14;
  }

  .SubmitLogin {
    border: none;
    color: white;
    border-radius: 25px;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    display: flex;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    background-color: #bf9000;
  }
  /* SingUp From */
  .SingUpFrom {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    justify-content: center;
    align-items: center;
    background-color: #171616D8;
    padding-top: 50px;
  }

  .SingUpLogo{
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
  }

  .CancelSingUp {
    border: none;
    color: #ec0808;
    border-radius: 25px;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    display: flex;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    background-color: #C98E8E14;
  }

  .SubmitSignUp {
    border: none;
    color: white;
    border-radius: 25px;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    display: flex;
    margin: 4px 2px;
    cursor: pointer;
    background-color: #f50585;
  }

  .SingUpFrom-Content {
    background-color: #171616D8;
    margin: 5% auto 5% auto;
    border: 1px solid #05d2f6;
    width: 80%
  }

  hr {
    border: 1px solid rgba(252, 1, 231, 0.72);
    margin-bottom: 25px;
  }
  
 @keyframes zoom-in-zoom-out {
    0% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(1.5, 1.5);
    }
    100% {
      transform: scale(1, 1);
    }
  }
  @keyframes fadeOut {
    0%, 50% {
      opacity: 1
    }
    100% {
      opacity: 0
    }
  }
  @keyframes fadeIn {
    0%, 50% {
      opacity: 0
    }
    100% {
      opacity: 1
    }
  }
  @-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)}
    to {-webkit-transform: scale(1)}
  }

  @keyframes animatezoom {
    from {transform: scale(0)}
    to {transform: scale(1)}
  }
  @media only screen and (min-width: 601px) and (max-width: 1024px) {
  .LetsFindYourLove {
    top: 68%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .SingupButton {
    border: none;
    color: white;
    border-radius: 25px;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    margin: 0;
    position: absolute;
    top: 80%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fc0064;
  }
  .LoginButton {
    border: none;
    color: white;
    border-radius: 25px;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    position: absolute;
    top: 0.8%;
    right: 2%;
    background-color: #bf9000;
  }
  .Language { 
    border: none;
    color: rgb(4, 4, 54);
    border-radius: 25px;
    padding: 2px 2px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    position: absolute;
    top: 2%;
    right: 20%;
    background-color: rgba(48, 3, 126, 0);}
}
@media only screen and (max-width: 600px) {
  
  .LetsFindYourLove {
    top: 68%;
    left: 50%;
    font-size: 14px;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .SingupButton {
    border: none;
    color: white;
    border-radius: 25px;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    margin: 0;
    position: absolute;
    top: 80%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fc0064;
  }
  .LoginButton {
    border: none;
    color: white;
    border-radius: 25px;
    padding: 10px 8px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    position: absolute;
    top: 0.8%;
    right: 4%;
    background-color: #bf9000;
  }
  .Language { 
    border: none;
    color: rgb(4, 4, 54);
    border-radius: 25px;
    padding: 2px 2px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    position: absolute;
    top: 2%;
    right: 32%;
    background-color: rgba(48, 3, 126, 0);
  }
}