﻿.login-Header  {
  background-color: #ffffff !important;
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.05);
}

  .login-Header #CustLogo_img {
    height: 75px;
    margin-top: 3px;
  }


.loginFormSection {
  width: 50%;
  height: 90%;
}

#loginForm {
  justify-content: center;
}

  #loginForm h1 {
    margin-bottom: 50px;
    margin-left: -15px;
  }

  #loginForm form input {
    border: 2px solid #dadada;
    border-radius: 0 10px 10px 0;
    padding: 22px 20px;
    font-size: 16px;
    max-width: none;
    width: calc(70% - 44px);
  }

    #loginForm form input::placeholder {
      font-style: italic;
    }

    #loginImage {
      width: 100%;
    }

#loginForm form input.btn-default {
  border: none !important;
  background-color: #3636dd;
  box-shadow: 0px 5px 10px 0px rgba(54,54,221,0.5) !important;
  color: #ffffff;
  padding: 11px 40px !important;
  margin-top: 35px;
  border-radius: 10px !important;
  width: 35% !important;
  background-image: url('../Img/login.svg');
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: auto 65%;
  font-weight: 500;
}

  #loginForm form input.btn-default:hover, #loginForm form input.btn-default:active {
    background-color: #202070;
    border: none;
  }

  .loginInputimage {
    border-radius: 10px 0 0 10px;
    background-color: #dadada;
    height: 48px;
    width: 44px;
  }

  .loginInputimage img {
    height: 70%;
    width: auto;
  }

.text-danger {
  display: flex;
  color: #b94a48;
  align-items: center;
  margin-left: 10px;
}

.validation-summary-errors.text-danger {
  margin-left: -38px;
}