body {
  margin: 0;
}

.bg-background {
  background-image: url("../res/background.jpg");
}

.separator {
  color: "#B0B0B0";
}

.google {
  color: "#0F7CFA";
}

.text-transform-none {
  text-transform: none;
}

.opacity-cover {
  background-color: rgba(0, 0, 0, 0.55);
}

.form-container {
  border-bottom-left-radius: 100px;
  border-top-right-radius: 100px;
  opacity: 0.7;
}

.container {
  height: 575px;
}

.proccess-hub-link {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}

.takamul-logo {
    left: 5px;
    bottom: 10px;
    width: 170px;
    height: 70px;
}
.ph-url { 
    bottom: 10px; 
}

@media only screen and (min-width: 600px) {
  .takamul-logo {
    left: 40px;
    bottom: 40px;
    width: 200px;
    height: 100px;
  }
}

.custom-input  {
    background-color: white !important;
}

.line-sparator {
    height: 1px;
}