﻿.body-login {
  background: url("../../assets/images/bg-login.jpg") no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: -999; }

.login-container {
  width: 380px;
  margin: 0 auto;
  /*margin-top: 11%;
    margin-bottom: 10%;*/
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh; }

.innerlogin {
  width: 100%;
  float: left;
  background-color: white;
  color: #333;
  padding: 25px;
  border-radius: 4px;
  z-index: 9; }

.Lform {
  float: left;
  width: 100%;
  display: block; }

.input-with-icon {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center; }

.inside-icon {
  position: absolute;
  left: 6px;
  /* top: 12px; */
  z-index: 99;
  font-size: 18px; }

.form-control {
  font-size: 13px;
  border: 1px solid #f3f3f3;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
  height: 40px; }

.mt-20 {
  margin-top: 20px;
  clear: both; }

.mb-20 {
  margin-bottom: 20px;
  clear: both; }

.fullwidth {
  width: 100%; }

.font12 {
  font-size: 12px; }

.font13 {
  font-size: 13px; }

.btn-link {
  font-weight: normal; }

.btn-link:hover {
  background-color: transparent;
  text-decoration: underline; }

.pointer {
  cursor: pointer; }

.or-divider {
  /* font-family: Lato; */
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #333;
  text-transform: uppercase;
  width: 100%;
  text-align: center; }
  .or-divider span {
    display: inline-block;
    position: relative;
    padding: 0 2%;
    font-weight: 500; }
  .or-divider span:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 130px;
    opacity: 0.5;
    border-top: solid 1px #333; }
  .or-divider span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 130px;
    opacity: 0.5;
    border-top: solid 1px #333; }
  .or-divider span:before {
    right: 100%;
    margin-right: 15px; }
  .or-divider span:after {
    left: 100%;
    margin-left: 15px; }

.innerlogin {
  width: 380px;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Safari */
  transform: translate(-50%, -50%);
  /* Standard syntax */
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99; }

.bg-opacity {
  position: fixed;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1; }

/*Mobile Responsive*/
@media (max-width: 1260px) and (min-width: 1023px) {
  .login-container {
    width: 35%; }
  .login-container .login {
    margin-top: 10%; }
  .login-container .sso {
    margin-top: 20%; } }

@media (max-width: 1024px) and (min-width: 769px) {
  .login-container {
    width: 40%; }
  .login-container .login {
    margin-top: 10%; }
  .login-container .sso {
    margin-top: 20%; } }

@media (max-width: 768px) and (min-width: 481px) {
  .login-container {
    width: 60%; }
  .login-container .login {
    margin-top: 10%; }
  .login-container .sso {
    margin-top: 20%; } }

@media (max-width: 480px) and (min-width: 320px) {
  .login-container {
    width: 93%; }
  .login-container .login {
    margin-top: 20%; }
  .login-container .sso {
    margin-top: 20%; } }




.login-container-msg {
    width: 50%;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.innerlogin-msg {
    width: 100%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 99;
    float: left;
    background-color: white;
    color: #333;
    padding: 25px;
    border-radius: 4px;
}

.notification-msg {
    text-align: center;
    float: left;
    width: 100%;
}

.notification-msg-i {
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px 0 15px 0;
}

    .notification-msg-i i {
        font-size: 60px;
        color: #99b1d6;
    }

.notification-msg-h {
    font-size: 24px;
    padding: 0 0 5px 0;
}

.notification-msg-p {
    font-size: 15px;
    padding: 0 0 10px 0;
}

.notification-msg-btn {
    padding: 15px 0 20px 0;
}

    .notification-msg-btn .btn {
        padding: 8px 20px 8px 20px;
        font-size: 15px !important;
    }
