﻿body {
  background-color: #ffffff;
}

@media (max-height: 768px) and (min-width: 570px) {
  .container {
    display: flex;
    justify-Content: flex-start;
    align-items: center;
    height: calc(100% - 100px);
    margin-Left: 100px;
    line-height: normal;
  }
}

@media (min-width: 576px) {
  .container {
    display: flex;
    justify-Content: flex-start;
    align-items: center;
    height: calc(100% - 100px);
    margin-Left: 100px;
  }
  

}



.text {
  text-align: justify;
  color: #03014C;
}


.textp {
  text-align: justify;
  color: #03014C;
}

@media (max-height: 768px) {
  .textp {
    text-align: justify;
    color: #03014C;
    font-size: 11px;
  }
}

@media (max-height: 768px) and (min-width: 570px) {
  .form {
    position: fixed;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    width: 354px;
    margin-top: 10vh;
  }
}

  @media (min-width: 576px) {
    .form {
      position: fixed;
      background-color: #ffffff;
      border-radius: 10px;
      padding: 20px;
      width: 354px;
      margin-top: 10vh;
    }
  }





  @media (max-width: 576px) {
    .form {
      background-color: #ffffff;
      border-radius: 10px;
      padding: 20px;
      width: 100%;
    }
  }

  .forgetpassword {
    font-size: 12px;
    padding-top: 15px;
  }

@media (max-height: 768px) {
  .forgetpassword {
    font-size: 11px;
    padding-top: 5px;
  }
}

  .forgetpasswordgreen {
    color: #2BB461;
  }




  .textpurple {
    color: #6E3C86;
    font-weight: 600;
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  @media (max-height: 768px) {
    .textpurple {
      color: #6E3C86;
      font-weight: 600;
      font-size: 14px;
      margin-top: 10px;
      margin-bottom: 10px;
    }
  }


  .rectangle {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
  }

  .textclean {
    color: #68478D !important;
  }

  .circle-container {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    padding: 7px;
  }

  @media (max-height: 768px) {
    .circle-container {
      position: relative;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
      overflow: hidden;
      padding: 3px;
    }
  }

  .circle-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
  }

  h2 {
    font-size: 24px;
    margin-bottom: 10px;
    text-align: left;
  }


  @media (max-height: 768px) {
    h2 {
      font-size: 18px;
      margin-bottom: 10px;
      text-align: left;
    }
  }

  p {
    margin-bottom: 10px;
  }

  Input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
  }

Button {
  padding: 10px 20px;
  background-color: #2BB461;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

  .Btnsubmit {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
    width: 100%;
  }


  @media (max-height: 768px) {
    .Btnsubmit {
      margin-top: 0.3rem;
      margin-bottom: 0.3rem;
      width: 100%;
    }
  }
