body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: normal;
}

.p-0{
  padding:0!important
}

.wrapper {
  height: unset;
  min-height: 100vh;
  position: relative;
  top: 0;
  height: 100vh; 
}

.wrapper.wrapper-login-full {
    justify-content: unset;
    align-items: unset;
    padding: 0 !important;
}


.form__login button.sso.google-sso {
  background: #fff;
  text-transform: none;
  margin-bottom: 20px;
  margin-top: 10px;
}

.form__login button.sso {
  border: 1px solid #d0d0d0;
  background: #f5f5f5;
  color: #333;
  text-align: left;
  padding: 12px 25px;
  height: 48px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 4px;
  width: 95%;
}

.form__login button.sso.google-sso>img {
  border-radius: 50px;
}

.form__login button.sso>img {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  width: auto;
  vertical-align: middle;
  margin-right: 5px;
  x-margin-top: -6px;
}

.otherLogin {
  display: none;
  text-align: center;
  padding: 0 10px;
  margin-top: 25px;
}

.orWord {
  background-color: #ffffff;
  text-align: center;
  position: relative;
  padding: 5px 13px;
  margin: 5px;
  top: -10px;
  color: #868585;
}

.lineDiv {
  border-bottom: 1px solid #868585;
  list-style: none;
  opacity: 0.5;
}

/*
* === LOGIN ===
*/

.login-content {
  clear: both;
}

.login-content .form-group {
  margin-bottom: 0;
  padding: 15px 10px;
}

.login-content .form-group label {
  margin-bottom: .5rem;
  color: #868585;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
}

.login-content .form-group .link {
  color: #244b9a;
  float: right;
  font-size: 13px;
}

.login-content .form-group .link:hover,
.login-content .form-group .link:focus {
  opacity: .8;
  outline: 0;
  text-decoration: none !important;
}

.login-content .form-control {
  font-size: 14px;
  padding: .6rem 1rem;
  height: 41px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.login-content .form-control:focus {
  border-color: #244b9a;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.login-aside {
  float:left;
  min-height: 100vh;
  padding: 25px;
  position: relative;
  width: 100%;
}

.login-aside.left-side {
  display: none;
}

.login-aside.right-side {
  background: #ffffff;
  overflow: auto;
}

.login-aside .login-content {
  padding: 25px 25px 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -65%);
  width: 295px;
}

.remember_checkbox_position {
  margin-left: -15px;
}

.login-content .custom-checkbox {
  display: none;
  cursor: pointer;
  margin-top: 5px;
  position: relative;
}

.login-content .custom-checkbox input {
  cursor: pointer;
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.logoImg {
  vertical-align: middle;
  max-width: 200px;
  max-height: 150px;
  width: auto;
  height: auto;
  margin-bottom: 20px;
}

.login-content .custom-checkbox label {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 0;
  padding-left: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.login-content .btn-submit {
  background-color: #244b9a;
  color: #ffffff;
  font-size: 14px;
  width: 100%;
}

.login-content .btn-submit:hover {
  opacity: .8;
}

.login-content .btn-submit:active {
  opacity: .7;
}

.btn-primary {
  background-color: #244b9a;
  border-color: #244b9a;
  color: #ffffff;
}

.btn-primary:hover {
  background-color: #244b9a;
  border-color: #244b9a;
  color: #ffffff;
  opacity: .8;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus{
  background-color: #244b9a;
  border-color: #244b9a;
  color: #ffffff;
  opacity: .7;
}

.invalidLogin {
  color: #000;
}

.error_msg {
  color: red;
}

.forgot-form {
  display: none;
}

.form__field {
  text-align: center;
}

.enter_label {
  display: none;
  color: #868585;
  margin-left: 10px;
  margin-bottom: -10px;
}

@media screen and (min-width: 992px) {
  .login-aside { 
    width: 50%;
  }

  .login-aside.left-side {
    background-image: url('/api/login-theme-v1/images/img.aside.png');
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;

  }

  .login-aside.left-side svg {
    margin-left: 5px;
    max-width: 40px;
  }

  .login-aside .login-content {
    transform: translate(-50%, -50%);
    min-width: 400px;
  }

  .login-content .custom-checkbox {
    display: inline-block;
  }

  .login-content .btn-submit {
    float: right;
    height: 32px;
    width: 137px;
  }
}

@media screen and (max-width: 991px) {
  .login-aside .login-content {
    top: 0px;
    left: 5vw;
    width: 90vw;
    transform: none;
  }

  .login-aside {
    min-height: 100vh;
  }
}