body {
    background-color: inherit;
    height: 100%;
}

.form-signin {
  width: 600px;
  padding: 15px;
  margin: 0 calc(50% - 300px);
  display: inline-block;
      -webkit-transform: translateY(25%);
    -ms-transform: translateY(25%);
    transform: translateY(25%);
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


    @media screen and (max-width: 768px) /* smaller than iPad screen size */
    {
        .container {
            height: auto;
            padding-top: 15px;
            padding-bottom: 15px;
        }

        .form-signin {
            width: 100%;
            height: 100%;
            margin: 0 auto 0 auto;
            -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
            transform: translateY(0%);
        }

        #UserNameTooltip, #PasswordTooltip, #ForgotPasswordTooltip {
            display: none;
        }

        img.info {
            display: none;
        }
    }

    @media screen and (orientation: landscape) and (max-width: 825px) /* smaller than iPad screen size */
    {
        .container {
            height: auto;
            padding-top: 15px;
            padding-bottom: 15px;
        }

        .form-signin {
            width: 100%;
            height: 100%;
            margin: 0 auto 0 auto;
            -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
            transform: translateY(0%);
        }

        #UserNameTooltip, #PasswordTooltip, #ForgotPasswordTooltip {
            display: none;
        }

        img.info {
            display: none;
        }
    }

    @media screen and (max-width: 992px)  {
        #UserNameTooltip, #PasswordTooltip, #ForgotPasswordTooltip {
            display: none;
        }

        img.info {
            display: none;
        }
    }

    @media screen and (max-width: 370px) /* smaller than iPad screen size */
    {
        #disclaimer {
            font-size: 12px;
        }
    }