@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,900;1,400;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400&display=swap");
/* line 1, ../scss/_base.scss */
*,
::before,
::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* line 9, ../scss/_base.scss */
html {
  scroll-behavior: smooth;
  /* Adjust font size */
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  /* Font varient */
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  /* Smoothing */
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

/* line 25, ../scss/_base.scss */
body {
  font-family: "Roboto", sans-serif !important;
  /* min-height: 100vh; */
}

body {
  background-image: url("fondo-login.jpg");
  background-color: #cccccc;
  background-size: auto;
  /* max-height: fit-content; */
}
/* line 4, ../scss/_typography.scss */
* {
  font-family: 'Roboto', sans-serif;
}

/* line 27, ../scss/_typography.scss */
label {
  font-size: 14px;
  letter-spacing: 0.1px;
  line-height: 16px;
  font-weight: 500;
  padding-left: 0.75rem;
}

/* line 35, ../scss/_typography.scss */
.button_txt, .button {
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
}

/* line 44, ../scss/_typography.scss */
.section-tt {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 16px;
  margin-left: 60px;
}

/* line 51, ../scss/_typography.scss */
th {
  font-size: 1rem;
  font-weight: 400;
  color: #000000;
  letter-spacing: .5px;
}

/* line 56, ../scss/_typography.scss */
.th-s {
  font-size: 0.85rem;
}

/* line 59, ../scss/_typography.scss */
.th-m {
  font-size: 0.95rem;
}

/* line 63, ../scss/_typography.scss */
a:hover {
  text-decoration: none !important;
}

/* line 68, ../scss/_typography.scss */
.header-4 {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 1.25px;
}

/* line 73, ../scss/_typography.scss */
.small-caps {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  color: white;
}

/* line 39, ../scss/_containers.scss */
.background-section {
  padding: 20px 0;
  margin-bottom: 25px;
  background-color: #ffffff;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  padding: 25px 0;
}

/* line 46, ../scss/_containers.scss */
.ctn {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  padding: 25px 0;
}

/* line 3, ../scss/_buttons.scss */
.btn-maincal {
  padding: 10px !important;
  background-color: #2ebefa;
  border: 2 !important;
  border-radius: 9px;
  color: #fff !important;
  font-size: 0.85rem;
  font-family: novecentobold, sans-serif;
  transition-timing-function: ease-out;
  background-image: linear-gradient(to right, #009ee0, #2ebefa);
}
/* line 14, ../scss/_buttons.scss */
.btn-maincal:hover {
  transition-timing-function: ease-in;
  box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.2);
}

/* line 20, ../scss/_buttons.scss */
.button {
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  margin-top: 20px;
  padding: 0.375rem 0.75rem;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  user-select: none;
}
/* line 30, ../scss/_buttons.scss */
.button--dark {
  background-color: #10366a;
}
/* line 33, ../scss/_buttons.scss */
.button--dark:hover {
  background: #0d2b54;
}
/* line 38, ../scss/_buttons.scss */
.button--light {
  background-color: #007bff;
}
/* line 40, ../scss/_buttons.scss */
.button--light:hover {
  background: #006fe6;
}
/* line 45, ../scss/_buttons.scss */
.button:active {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  transform: translateY(2px);
}
/* line 50, ../scss/_buttons.scss */
.button:focus {
  outline: none;
}
/* line 54, ../scss/_buttons.scss */
.button a,
.button a:hover {
  color: white;
}

/* line 60, ../scss/_buttons.scss */
.button-sm {
  font-size: 0.85rem;
  display: flex;
  justify-content: center;
}

/* line 7, ../scss/login.scss */
.layoutL {
  display: grid;
  grid-template-columns: 50% 0fr;
  justify-content: end;
  /* height: 100vh; */
  /* background-color: #f5f5f5; */
}
/* line 13, ../scss/login.scss */
.layoutL .img {
  overflow: hidden;
}
/* line 17, ../scss/login.scss */
.layoutL .img img {
  /*width: 130%;*/
}

@media (max-width: 900px) {
  /* line 25, ../scss/login.scss */
  .layoutL {
    display: block;
    grid-template-columns: 1fr;
    /* height: 100vh; */
    /* background-color: initial; */
    /* position: relative; */
  }
  /* line 31, ../scss/login.scss */
  /* .layoutL .img { */
    /* overflow: hidden; */
    /* position: absolute; */
    /* height: 100vh; */
    /* z-index: -1000; */
    /* background-color: #f5f5f5; */
  /* } */
  /* line 38, ../scss/login.scss */
  .layoutL .img img {
    width: 130%;
  }
  .login{
    margin: 20px!important;
  }
}
/* line 45, ../scss/login.scss */
.login {
  /* height: 100vh; */
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #00ff66;
  /* border: 2px solid; */
  justify-content: center;
  box-shadow: 0 4px 5px 0 rgb(0 0 0 / 80%), 0 1px 10px 0 rgb(0 0 0 / 80%), 0 2px 4px 1px rgb(0 0 0 / 82%);
}
/* line 50, ../scss/login.scss */
.login__img {
  width: 170px;
  margin-top: 60px;
}
/* line 55, ../scss/login.scss */
.login__headding {
  margin-top: 20px;
  color: #10366a;
  font-size: 16px;
  font-weight: 900;
  line-height: 26px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
/* line 65, ../scss/login.scss */
.login__container {
  /* box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); */
  background-color: #ffffff;
  margin: 0;
  padding: 16px 36px 36px 36px;
  /* margin-top: 30px; */
  /* padding: 36px; */
  width: 400px;
  display: flex;
  flex-direction: column;
}
/* line 73, ../scss/login.scss */
.login__container__headding2 {
  align-self: center;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 20px;
}
/* line 79, ../scss/login.scss */
.login__container__input {
  margin-bottom: 20px;
}
/* line 83, ../scss/login.scss */
.login__container .button {
  width: 100%;
}
/* line 86, ../scss/login.scss */
.login__container .custom-checkbox {
  margin-top: 20px;
}
/* line 88, ../scss/login.scss */
.login__container .custom-checkbox .custom-control-label,
.login__container .custom-checkbox .custom-control-label::after,
.login__container .custom-checkbox .custom-control-label::before {
  top: 0;
  left: -.5rem;
}
/* line 94, ../scss/login.scss */
.login__container .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  border-color: #10366a;
  background-color: #10366a;
  border-radius: 0.1rem;
}

.login-form-container{
  color:#ffffff00;
  background-color:#00000000;
}

.form-control-imput{
  background-color: #ffffff!important;
  color:#00000099!important;
  border: 1px solid #bbbbbbcf!important;
  opacity: 1;
}
    .form-control-imput:hover{
    border: 1px solid #10366a!important;
  }

.log-in-button{
  background:#ffffff!important;
  color:#000000!important;
}
.log-in-button:hover{
  background-color:#10366a!important;
}

.title-style{
  text-align: left;
  font: normal 16px/26px Roboto;
  letter-spacing: 1.2px;
  color: #FFFFFF;
  /* text-transform: uppercase; */
  font-weight: 500!important;
}
.img-bg{
  background-color: #000000!important;
}

.login {
  max-width: 800px;
  border-radius: 8px;
  margin: 0 auto;
}
