body, html {
  height: 100% ;
  font-size: 12px;
}

.login-content .btn-submit {
  background-color: #244b9a;
  color: #ffffff;
  font-size: 1.1em;
  width: 100%;
  font-weight: 600;  
  margin-top: 20px;
}

.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;
}  

.btn-submit:hover {
  opacity: .9;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.ui-slides .slide .inner .image {
  background-color: #FFF;
  width: 100%;
  vertical-align: middle;
  background-position: 43% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
}

.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 10px;
}

.form-signin input[type="password"] {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 9px;
}

.card-form{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  outline: none;
  
}

.layout-form{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow: hidden;
}

.layout-form .login-content{
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}  

.layout-form .right{
  width: 630px;
  height: 100%;
  position: relative;
}

.layout-form .right .main{
  padding: 0 40px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  height: inherit;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  left: -20px;
  justify-content: space-between;
  background: #ffffff;
  overflow-y: auto;
  overflow-x: hidden;
}


.layout-form .left{
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: flex-start;
}

.control-label{
  color: #868585;
  margin-bottom: -13px;
  display: flex;
  cursor: pointer;
  padding-top: 1%;
  padding-left: 2px;
  width: fit-content;
}

.ui-slides{
  user-select: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #35357A;
}

.ui-slides .slide .inner, .ui-slides .slide{
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ui-slides .slide .inner{
  align-items: center;
  justify-content: center;
}

.inner{
  align-items: center;
  justify-content: center;
  display: flex;
  width: inherit;
  height: inherit;
  overflow: hidden;
}

.description{
  color: #E65746;
  font-weight: 550;
  text-align : center;
  padding: 0px 0px 13px;
}

.logo{
  text-align : center;
}

.form__field {
  text-align: center;
}

.form__login .sso__login {  
  margin-top: 10px;
}

.form__login button.sso {
  color: white;
  border: 0px solid #d0d0d0;
  padding: 9px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 4px;
  width: 100%;
}

.form__login button.sso:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 7px 0px;
}


.form__login button.sso[disabled], .form__login button.sso:hover {
  background: #f3f3f3;
}

.form__login button.sso:focus {
  outline: none;
}

.form__login button.sso>img {
  margin-bottom: 3px;
  height: 24px;
  width: 24px;
  vertical-align: middle;
  margin-right: 5px;
}

.link {
  color: #244b9a;
  float: right;
  font-weight: 550;
}

.form__login button.submit {
  background-color: #244b9a;
}

.login-texto{
  font-size: 18px;
  margin-left: 22px;
}

.button-forgot{
  margin-top: 20px;
  text-align: center;
}

.font-weight-bold{
  color: black;
  font-size: 14px;
}

.has-success{
  border-color: #9FCC2E !important;
}

.has-error{
  border-color: #DF5645 !important;
}

.text-semibold {
  font-weight: 600;
}

.otherLogin {
  text-align: center;
  margin-top: 40px;
}

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

.form-check-label {
  color: #868585;
}

.lineDiv {
  width: 100%;
  border-bottom: 1px solid #868585;
  list-style: none;
  opacity: 0.7;
}

.form-check-input[type=checkbox]:enabled:checked {
  background-color: #367BF6!important; 
  border-radius: 0.25em;
}

.fa-external-link:before {
  content: "\f08e";
}

.qr{
  display: flex;
  flex-wrap: nowrap;
}

.google-btn{
  background-color: #4285f4 !important;
}

.office-btn{
  background-color: #f04123 !important;
}

.icons-btn-google{
 
  margin-right: 0.7em;
}

.icons-btn-office{
   margin-left: 18px;
}

.icons{
  display: flex;
  align-items: center;
  justify-content: center;
}

.label-icon-user{
  right: 5%;
  position: absolute;
  top: 50%;
  margin-left: auto;
  font-size: 18px !important;
  color: #e4e4e4;
}

.label-icon-password{
  right: 5%;
  position: absolute;
  top: 60%;
  margin-left: auto;
  font-size: 18px !important;
  color: #e4e4e4;
}

.icon-input {
  color: #e4e4e4;
  display: flex;
  justify-content: start;
  align-items: center;
  width: 25px;
}

.wrapper{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  padding: 1px 1px 1px;
  border: 1px solid #e4e4e4;
  background: #fff;
  flex: 1;
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -webkit-appearance:none;
}

.input-type{
  user-select: none;
  display: flex;
  flex: 1;
}

.submit-line {
  display: flex;
  justify-content: flex-start;
  margin-top: 15px;
}

.name-input{
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex: 1;
  margin-bottom: 1px;
}

.user-input{
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}

input[type=text] {
  width: 100%;
  box-sizing: border-box;
  border: 0px solid #ccc;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
}

input[type=password] {
  width: 100%;
  box-sizing: border-box;
  border: 0px solid #ccc;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
}

.focused-input {
   border-color: #244b9a;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 6px 0px;
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -webkit-appearance:none;
}

.focused-password{
  border-color: #244b9a;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 6px 0px;
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -webkit-appearance:none;
}

.focused-svg {
  color: rgba(87, 98, 129, 0.438);
}

.message-qr{
  margin-top: 2%;
}

.layout-form .header {
  background-color: transparent;
  position: relative;
  width: 100%;
  margin-top: 33px;
}

.ui-logo{
  outline: none;
  padding-top: 5px;
}

.ui-logo .logo-header{
  align-items: center;
  margin: 0 auto;
  max-width: 450px;
  height: 60px;
  display: table;
}

.logoImg {
  max-width: 220px;
  padding-top: 3px;
}

 .text {
  width: 100%;
  color: rgba(0,0,0,.5);
  font-weight: 600;
  display: inline-block;
  padding-left: inherit;
}  

.layout-form .body {
  width: 100%;
  height: 100%;
  margin-top: 76px;
  letter-spacing: 0.1px;
}

.layout-form .language{
  position: absolute;
  right: -7px;
}

.ui-flag-languages{
  margin-top: -18px;
  -webkit-user-select: none;
  -moz-user-select: none;

  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
  padding: 6px 5px;
  border-radius: 5px;
  position: relative;
}

.ui-flag-languages:hover{
  cursor: pointer;
  background: rgba(0,0,0,.05);
  transition: all .3s;
}

.dropdown-item:hover div{
  color: rgba(0,0,0,1.1);
}

.item-disabled:hover div{
  color: rgba(0,0,0,.5);
}

.layout-form .footer {
  width: 100%;
  display: flex;
  padding-top: 62px;
  justify-content: center;
}

.ui-logo-footer {
  color: #868585;
  width: 100%;
  filter: invert(5%);
  outline: none;
  text-align: center;
}

::-webkit-scrollbar-track {
    background-color: #F4F4F4;
}
::-webkit-scrollbar {
    width: 6px;
    background: #F4F4F4;
}
::-webkit-scrollbar-thumb {
    background: #dad7d7;
}

.btn-invalid{
  pointer-events: none;
  opacity: 0.8;
}

.name-button-sso-other{
  margin-left: 20px;
}

.info{
  padding-right: 2px;
  padding-left: 2px;
  padding-top: 8px
}

.img-footer {
  width: 141px;
  padding-bottom: 25px;
}

.invalid-feedback{
  color: #d55;
  font-size: .9em;
  margin-top: 4px;
}

.language-btn{
  border: none;
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}


.item-disabled{
  opacity: .5;
  filter: grayscale(1);
}

.flag {
  border-radius: 3px !important;
  border: 0.9px solid rgba(22,35,72,.2);
}

.dropdown-language{
  min-width: 104px; 
  position: absolute; 
  inset: 0px auto auto 0px;
  margin: 0px;
  transform: translate(-33px, 40px);
}

.btn btn-submit .wrapper{
 background: #efefef;
}

.login-content .btn-cancel {
  background-color: #efefef;
  color: #FFFFFF;
  font-size: 1.1em;
  width: 100%;
  font-weight: 600;
  margin-top: 9px;

}

.text-cancel{
  color: #000;
} 


 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

  .invalid-feedback{
    font-size: 11px;
  }
  .message-qr{
    font-size: 10px;
  }
  .layout-form .header {
    padding-bottom: 5%;
  }
  .dropdown-language{
    transform: translate(-62px, 20px);
  }
  .layout-form .footer {
    padding-top: 145%;
  }
  .layout-form .right .main{
    padding: 0 34px;
  }

  .body{
    font-family: "Poppins","Open Sans",system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  }
}
  


@media screen and (max-width: 960px){
  .layout-form .left{
    display: none;
  }
  .layout-form .right{
    width: 100%;
  }
  .layout-form .right{
   position: unset;
  }

  .ui-logo .logo-header{
    width: 150px !important;
  }
  .layout-form .right .main{
    left: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
  }

}