* {
  font-family: sfUiText, Helvetica;
}

body,
html {
  height: 100%;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  background-image: var(--path_body_product);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border: 1px solid;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  cursor: pointer;
}

input[type=checkbox]::-ms-expand {
  display:none;
}

.box {
  padding: 28px 50px;
  margin: 0;
  width: 660px;
  min-height: 490px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  display: flex;
  color:#565656;
}

.box .box-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.box-content input[type=text],
.box-content input[type=password],
.box-content input[type=submit],
.box-content select, 
.box-content button {
  display: block;
  width: 100% !important;
  box-sizing: border-box;
}

.box-content input[type=text],
.box-content input[type=password],
.box-content select{
  margin: 20px 0;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border: solid 1px ;
  border-color:#DBDBDB;
  background: #fff;
  font-family: sfUiText, Helvetica;
  font-size: 18px;
  padding: 12px 30px;
  color: #686868;
  font-weight: bold;
  transition: all 200ms ease-out;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
.box-content input[type=text]:-webkit-autofill:focus,
.box-content input[type=password]:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  -webkit-text-fill-color: #686868;
}

.box-content select{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../../img/triangle_down.png);
  background-position: 97% center;
  background-repeat: no-repeat;
}

select::-ms-expand { 
   display: none; /* remove default arrow on ie10 and ie11 */*/
}

.box-content input[type=text]:focus,
.box-content input[type=password]:focus, 
.box-content select:focus{
  border: solid 1px;
}

.icon {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  width: 100%;
  height: 130px;
}

.icon.header_LogoClient {
  background-size: contain;
}

.sve2-button-one {
  display: block;
  text-align: center;
  color: #fff;
  font-family: sfUiDisplayHeavy, Helvetica;
  padding: 9px;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border: none;
  cursor: pointer;
}

.sve2-button-one:hover,
.sve2-button-one:focus {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}

.box-content button.sve2-button-one,
.box-content input[type="submit"].sve2-button-one {
  max-width: 310px;
  margin: 30px auto 20px;
  height: 40px;
  font-size: 20px;
}

.box-content a {
  font-size: 14px;
  color: #3f3f3f;
  text-decoration: none;
  letter-spacing: 0.3em;
  font-family: sfUiText, Helvetica;
  transition: all 100ms ease-out;
  font-weight: bold;
}

.sve2-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  color: #fff;
  font-family: sfUiText, Helvetica;
  font-size: 14px;
  margin-bottom: 21px;
  width: 100%;
  z-index: -1;
}

#box-language {
  position: absolute;
  top: 30px;
  right: 40px;
  color: #fff;
  font-family: sfUiDisplayHeavy, Helvetica;
  font-size: 14px;
  cursor: pointer;
}

.icon {
  /*margin:50px 0 40px;*/
}

.sve2-title-one {
  font-size: 36px;
  font-family: sfUiDisplayHeavy, Helvetica;
  color: #5C5C5C;
  margin-bottom: 10px;
}

.box-content p {
  font-family: sfUiText, Helvetica;
  font-size: 18px;
  color: #5C5C5C;
  text-align: justify;
}

.sve2-button-one.sve2-button-error {
  background-color: #FF5F5F;
}

.title-login-domain {
  margin: 10px;
}

.login-domain-container{
  display: none;
}

.box .box-content .login-domain-container.sve2-title-one{
  font-size: 18px;
  text-align: left;
  padding-left: 25px;
  box-sizing: border-box;
}

.domain-container-modal {
  background: white;
  border: .5px solid #EEF0F0;
  border-radius: 8px;
  padding: 15px;
  max-height: 158px;
  width: 581px;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.separator-line {
  border: .5px solid #EEF0F0;
}

.domain-item {
    display: flex;
    justify-content: space-between;
    border-bottom: .5px solid #EEF0F0;
    border-top: .5px solid #EEF0F0;
    margin-bottom: 15px;
    align-items: center;
    height: 31px;
    cursor: pointer;
    padding: 0 11px;
}

.domain-item p {
    font-size: 14px;
}

.domain-container-modal label:last-child {
  margin-bottom: 0;
}

.domain-item-active {
  color: #04B5EB !important;
  font-weight: bold;
}

*::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: transparent;
}

*::-webkit-scrollbar
{
    width: 12px;
    background-color: transparent;
}

*::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #8a8a8a;
}

.expDate{
  color: #565656;
}

@media only screen and (max-width: 700px) {
    body {
      flex-direction: column;
      justify-content: space-between;
      align-items: initial;
    }

    #box-language {
        position: initial;
        text-align: right;
        margin: 10px;
    }

    .box {
        width: 100%;
        height: auto;
        border-radius: 0;
        padding: 20px;
        flex-grow: 1;
        flex-shrink: 0;
    }


    .box .box-content .sve2-title-one{
      font-size: 28px;
    }

    .box .box-content .box-content-fields .domain-container-modal{
      width: auto;
    }

    .sve2-footer {
        display: none;
        position: initial;
        margin: 10px;
    }

    .copyright {
        font-size: 12px;
    }
}

@media only screen and (orientation : landscape) and (max-width: 700px) and (max-device-height : 500px)  {
  body,
  html {
    height: 100vh;
  }

  #box-language {
    margin: 5px;
  }

  .box{
      padding: 10px 20px;
  }

  .box .box-content{
    flex-wrap: wrap;

    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-flex-direction: column;
    
    align-items:center;
  }

  .box .box-content .sve2-title-one{
    margin:0;
    flex: 0 0 30%;
    width:70%
  }

  .box form.box-content .sve2-title-one{
    flex-basis: 0.1%;
  }

  .box .box-content #box-content-logo {
    flex: 0 0 100%;
    order: -1;
    width:30%;
    display: flex;
  }

  .box .box-content .box-content-fields{
    flex: 1 0 ;
    
    width:70%;

    display: flex;
    flex-direction: column;
    justify-content: space-around;

    padding-left: 15px;
    box-sizing: border-box;
  }

  .box .box-content #box-content-logo .icon {
      height: auto;
  }

  .box .box-content .box-content-fields .domain-container-modal{
    max-height: 131px;
  }

  .box-content input[type=text], 
  .box-content input[type=password],
  .box-content select {
      margin: 5px 0;
  }

  .box-content button.sve2-button-one {
    margin: 15px auto 10px;
  }

  .sve2-footer {
      display: none;
      padding: 0 5px;
      margin: 5px 0;
      justify-content: space-between;
      box-sizing: border-box;
  }

  .sve2-footer > div:first-child {
      text-align: left;
  }
}
