﻿.main-container {
  height: 100vh; }

.logo-section img {
  max-width: 300px; }

.form-section {
  padding: 15px;
  background: #404040;
  color: #e6e6e6;
  text-align: left; }
  .form-section > div {
    max-width: 380px; }
  .form-section h1 {
    font-family: 'mukta-regular';
    font-size: 50px; }

input {
  /*+ .text-danger {
        position: absolute;
        font-size: 12px;
        left: 0;
        line-height: 1;
    }*/ }
  input.form-control {
    background: none;
    box-shadow: none;
    color: #e6e6e6;
    height: 40px;
    padding: 10px 12px;
    border-radius: 3px; }
    input.form-control.input-validation-error {
      border-color: #ff7a6e; }
    input.form-control:focus {
      background: none;
      box-shadow: none;
      outline: 0;
      color: #e6e6e6; }
    input.form-control:-webkit-autofill, input.form-control:-webkit-autofill:hover, input.form-control:-webkit-autofill:focus {
      background: none;
      box-shadow: none;
      outline: 0;
      color: #e6e6e6;
      -webkit-text-fill-color: #e6e6e6;
      -webkit-box-shadow: 0 0 0px 1000px #404040 inset; }

.login-btn {
  border-radius: 3px;
  border: 0;
  color: #404040;
  border-radius: 3px;
  height: 40px; }

.pls-login {
  font-family: 'mukta-medium'; }
  .pls-login:hover {
    color: #fff; }

.login-quote {
  color: #bfbfbf;
  line-height: 1.6;
  position: relative;
  padding-left: 16px; }
  .login-quote > i {
    font-size: 12px;
    position: absolute;
    left: 0;
    top: -4px; }

.branding-banner {
  left: 0;
  bottom: 0; }

.AppRedirectionKey {
  color: #61c7ff; }

.AppRedirectionKey:hover {
  color: #61c7ff;
  text-decoration: none; }

.CalmanacMobileApplication {
  border-radius: 20px;
  font-size: 17px;
  text-align: center;
  justify-content: center;
  padding-top: 12px; }

.CalmanacMobileApplication:hover {
  text-decoration: none;
  color: #404040; }

#ParentIndex {
  font-size: 17px; }

.downtime-message {
  text-align: center;
  background: #efc13e;
  color: white;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%); }
