body {
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  
}
.container{
    height: 100VH;
    DISPLAY: FLEX;
    FLEX-DIRECTION: column;
    JUSTIFY-CONTENT: center;
    ALIGN-ITEMS: center;
}
.flex {
  display: flex;
  display: -o-flex;
  display: -moz-flex;
  display: -webkit-flex;
  justify-content: center;
}
.headingTitle{
    font-size: 16px;
    font-weight: 400;
}
.flex-X-c {
  align-items: center;
}

.flex-d-c {
  flex-direction: column;
}

.title {
  font-size: 1.5em;
}

.title span {
  color: #00D123;
}

.logo {
  width: 35px;
  height: 35px;
  margin-left: 5px;
}

.text-c-green {
  color: #45cc6d;
}

.text-c-gray {
  color: #CCCCCC;
}

.text-a-c {
  text-align: center;
}

.url {
  color: #009bfb;
  text-decoration: none;
}

.form {
  width: 400px;
  text-align: center;
  max-width: 400px;
}

.form form {
  width: 100%;
}

input {
  width: 93%;
  outline: none;
  border: solid 2px #f2f2f2;
  margin: 5px 0;
  padding: 15px 10px;
  border-radius: 4px;
}

input:focus,
input:hover,
input:active {
  border-color: #009bfb;
}

button {
  outline: none;
  border: none;
  width: 100%;
  color: #fff;
  font-size: 1em;
  padding: 15px 0px;
  border-radius: 4px;
  background: #009bfb;
  margin: 10px 0;
}

.password-lable {
  width: 100%;
  position: relative;
  display: inline-block;
}

.show-hide {
  left: 87%;
  top: 8px;
  width: 20px;
  height: 20px;
  padding: 10px;
  position: absolute;
  z-index: 999;
}

.line-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 0;
  /* Adjust padding as needed */
}

.line-box .line {
  flex: 1;
  /* Makes the lines take up all available space */
  height: 1px;
  /* Thickness of the line */
  background-color: #ccc;
  /* Color of the line */
  margin: 0 10px;
  /* Space between the line and "or" text */
}

.line-box span {
  font-size: 16px;
  /* Adjust font size as needed */
  color: #ccc;
  /* Color of the "or" text */
}

.thard-party-auth {
  outline: none;
  border: none;
  width: 98%;
  color: #000000;
  font-size: 1em;
  padding: 7px 0px;
  border: solid 2px black;
  border-radius: 4px;
  margin: 10px 0;
  font-weight: 444;
}

.url .logo {
  margin: 0 !important;
  margin-right: 30px;
}