﻿:root {
    --background-color: #131b30;
    --second: #161933;
    --third: #f78157;
    --fourth: #131b30;
    --five: #415a9e;
    --six: #2e4064;
    --link: #2571ff;
    --success: #07bc0c;
    --danger: #e74c3c;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  background-color: #fff;
  color: #172845;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  height: 100%;
}

#logo {
  background-repeat: no-repeat;
  background-size: contain;
  height: 28px;
  background-image: url("../images/beegin-logo.svg");
}

#malha-branca-imagem-lateral {
  position: absolute;
  right: 0;
  bottom: 0;
}
.box {
  margin: auto auto;
  position: relative;
  max-width: 685px;
}

.box .box-inner {
  position: relative;
  z-index: 3;
  position: relative;
  background: #ffffff;
  box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 48px 50px;
  width: 100%;
  text-align: center;
  margin: 20px auto;
}


.text-align-left {
  text-align: left;
}

.btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.btn {
  padding: 0 30px 0 30px;
  color: inherit;
  background-color: var(--six);
  border-radius: 5px;
  text-decoration: none;
  color: white;
  display: block;
  text-align: center;
  margin: 0 auto;
  line-height: 40px;
  font-size: 16px;
  cursor: pointer;
  border: none;
  font-family: inherit;
}

.form-group {
  margin-bottom: 12px;
}

.form-group label {
  text-align: left;
  width: 100%;
}

a,
a:active,
a:hover {
  text-decoration: none;
  color: var(--link);
  font-weight: 500;
}

.link,
.link:active,
.link:hover {
    font-family: 'Georama', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.5px;
    text-decoration-line: underline;
    text-underline-offset: 2px;
    color: #2DBCF7;
    opacity: 0.8;
    cursor: pointer;
}

button[type="submit"] {
  background-color: var(--six);
  border-radius: 5px;
  text-decoration: none;
  color: white;
  display: block;
  text-align: center;
  margin: 0 auto;
  line-height: 40px;
  font-size: 16px;
  cursor: pointer;
  border: none;
  font-family: inherit;
}

button[type="submit"]:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

button[type="submit"] {
  background-color: var(--five);
}

.side-form-container .wrap .col-6 {
  padding-bottom: 8px;
}

.side-form-container .font-weight-bold {
  margin: 16px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;

  display: flex;

  color: #212e51;
}

.form-check {
    width: fit-content;
}

.side-form-container .form-check-label {
  font-size: 14px;
  line-height: 18px;
  display: flex;
  color: #212e51;
  min-height: 24px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.form-check-label .base-description-small {
  margin: 0 !important;
}

.side-form-container {
    background-color: #fff;
    padding: 12px 24px 40px 24px;    
    max-width: 388px;
    width: 388px;
    border-radius: 8px;
    position: relative;
    z-index: 3;
}

    .side-form-container::after {
        content: "";
        background-image: url('../images/feixe-de-luz.svg');
        background-size: contain;
        background-position: center top;
        background-repeat: no-repeat;
        position: absolute;
        width: 400px;
        left: 100%;
        transform: translateX(-50%);
        height: 100%;
        top: 0px;
    }

    .side-form-container > div.intro > h2 {
        font-weight: 500;
        font-family: "Georama", sans-serif;
        font-size: 24px;
        line-height: 29px;
        color: #262936;
    }

.separator {
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 12px;
}

.separator::before,
.separator::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #fff;
  opacity: 0.2;
}

.separator:not(:empty)::before {
  margin-right: 1em;
}

.separator:not(:empty)::after {
  margin-left: 1em;
}

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

.side-options {
  margin-left: 152px;
}

@media only screen and (max-width: 992px) {  
  .box {
    padding: 0 !important;
    background: #fff !important;
  }
  .box-inner {
    padding: 0 !important;
    background: #fff !important;
    box-shadow: 0 0 0 0 !important;
  }
  .side-options {
    margin-left: 0;
  }
  .side-form-container {
    max-width: 100%;    
    margin-left: 0;
  }
  .auth-form {
    justify-content: flex-start !important;
  }
}

@media only screen and (max-width: 600px) {
    .box {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media only screen and (max-width: 400px) {
    .side-form-container {
        width: 100%;
        
    }
}

.button-outline {
  background: #fff !important;
  border-radius: 30px !important;
  color: #f7981d !important;
  font-size: 16px !important;
  border: 1px solid #f7981d!important;
  line-height: 19px !important;
  font-weight: bold;
  align-items: center;
  text-align: center;
  min-width: 150px;
  padding: 8px 24px !important;
  height: 40px !important;
  margin-right: 5px;
}
.button-primary {
    min-width: 172px;
    background: #2571ff !important;
    border-radius: 4px;
    color: #fff !important;
    font-size: 16px !important;
    border: 0 !important;
    line-height: 19px !important;
    font-weight: bold;
    align-items: center;
    text-align: center;
    padding: 8px 24px !important;
    height: 44px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.2s linear;
}

.button-primary:hover {
  color: #fff;
  transform: scale(1.04, 1.04);
}
.justify-center {
  justify-content: center;
}

.main-title {
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 0.15px;
  font-weight: bold;
  color: #212e51;
}

.main-subtitle {
  font-size: 18px;
  line-height: 29px;

  letter-spacing: 0.15px;

  color: #212e51;
}

.base-description-small {
    font-family: 'Georama', sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #131b30;
    margin-bottom: 4px;
    position: relative;
    z-index: 10;
}

    .base-description-small > .link {
        color: #0852DD;
        text-decoration: none;
    }

.base-description {
  font-size: 18px;
  line-height: 22px;
  color: #131b30;
  margin: 12px 0 !important;
}

.base-description strong {
  font-weight: bold;
  color: #212e51;
}

.auth-form {
  color: #131b30;
  padding-left: 45px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.auth-form .separator {
  padding-top: 12px;
  margin: 12px 0;
  border-top: 1px solid #e5e5e5;
}


.auth-form > .col {
  flex: 0;
}

.auth-form .accountButton {
  border-radius: 32px !important;
  border: 1px solid #131b30 !important;
  height: 40px !important;
  min-width: 166px !important;
}

.auth-form .buttons button[type="submit"] {
  color: #fff;
  background: #f7981d;
  border-radius: 30px;
}
.auth-form .entry-item {
  position: relative;
}
.box-items {
  color: #131b30 !important;
  position: relative;
  margin-right: 80px;
}

.box-items .main-title {
  max-width: 488px;
}

.box-items .content {
  margin-top: 40px;
  position: relative;
  z-index: 1;
  display: flex;
  gap: 32px;
  flex-direction: column;
}

.box-items .marca-dagua {
  position: absolute;
  right: -141px;
  z-index: 0;
  bottom: -45px;
  width: 390px;
}

.box-items .box-shadow .icon {
  margin-right: 14px;
}
.box-items .box-shadow strong {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.15px;

  color: #131b30;
  margin-bottom: 8px;
}
.box-items .box-shadow p {
  font-size: 14px;
  line-height: 17px;

  letter-spacing: 0.15px;
  color: #212e51;
  letter-spacing: 0.15px;
  margin-bottom: 0;

  color: #212e51;
}
.box-items .box-shadow {
  display: flex;
  background: #ffffff;
  box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  width: 486px;
  padding: 16px 24px;
  z-index: 0;
}

.claims-provider-list-buttons .intro h2 {
  font-size: 12px !important;
  line-height: 18px !important;
  /* identical to box height, or 150% */

  letter-spacing: 0.15px;

  color: #212e51;
}

#api {
  display: flex;
  flex-direction: column-reverse;
}


#localAccountForm a {
  color: #f8971c;
}

.rememberMe label {
  margin-left: 8px;
  position: static !important;
  cursor: pointer;
  font-size: 12px !important;
  line-height: 14px !important;
  letter-spacing: 0.16px !important;

  color: #131b30 !important;
}
.rememberMe {
  display: flex;
}

@media (max-width: 1210px) {
  .box-shadow {
    max-width: 390px;
  }
}
/* As touch */
@media (max-width: 992px) {
  .main-title {
    font-size: 24px;
    line-height: 26px;
  }
  .base-description {
    font-size: 16px;
    line-height: 18px;
  }
  .box-items {
    display: none;
  }
  .auth-presentation {
    display: none !important;
  }
  #api {
    width: 100%;
    max-width: 100%;
  }

  .auth-form > .col {
    flex: none !important;
  }
  #localAccountForm {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.entry-item {
  position: relative;
}

.entry-item .form-group-error svg {
  margin-right: 4px;
}
.entry-item .form-group-error {
  padding: 6px 0;
  display: flex;
  font-size: 12px;
  color: #da1e28;
  line-height: 14px;
  align-items: center;
}

.password-toggle-icon {
    position: absolute;
    top: 37px;
    right: 10px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url(../images/password-eye-open.svg);
    background-size: cover;
    cursor: pointer;
    z-index: 8;
}

.font-style-bold {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  /* identical to box height, or 120% */

  letter-spacing: 0.15px;

  color: #212e51;
}


.entry-item label {
  position: absolute;
  display: block;
  top: 5px;
  left: 10px;
  width: auto !important;
  font-size: 12px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  pointer-events: none;
  cursor: text;
  background: #fff;
  padding: 2px 4px;
  height: 16px;
}
.entry-item input {
  padding: 12px 10px 10px 15px !important;
  display: block;
  width: 100%;
  border: none;
  font-size: 14px;
  border: 1px solid #d1d1d1 !important;
  outline: none;
  color: #000;
}



.entry-item input:invalid {
  outline: none;
  box-shadow: none;
}
.entry-item input:valid ~ label,
.entry-item input:focus ~ label {
  top: 5px;
  font-size: 12px;
}
.entry-item input:focus ~ label {
  color: #131b30;
}

.entry-item {
  position: relative;
  padding: 15px 0 0;
  margin-top: 10px;
}

.form__field {
  font-family: inherit;
  width: 100%;
  border: 0;
  border: 1px solid #9e9e9e;
  outline: 0;
  font-size: 16px;
  color: #212121;
  padding: 7px 0;
  font-size: 14px;
  background: transparent;
  transition: border-color 0.2s;
}

.text-orange {
  color: #f7981c !important;
}
.form__field::placeholder {
  color: transparent;
}

.form__field:placeholder-shown ~ .form__label {
  font-size: 16px !important;
  cursor: text;
  top: 24px;
  width: auto;
}

.form__label,
.form__field:focus ~ .form__label {
  position: absolute;
  top: 5px;
  display: block;
  transition: 0.2s;
  font-size: 12px !important;
  color: #131b30;
  font-weight: 500;
}

.form__field:focus ~ .form__label {
  color: #131b30;
}

.form__field:focus {
  border-color: #131b30 !important;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0;
}

.form-check-input {
    border: 1px solid transparent;
    border-image: linear-gradient(to right, #2DBCF7, #7DDFFF) 1;
}

.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgb(65 78 95 / 25%);
}    

    .form-check-input:checked[type=checkbox] {
        background-image: url(../images/checkbox-checked.svg);
        border: none;
    }

.malha-beegin {
  margin-right: 6px;
}

.password--success {
    color: #33A94D;
}

.password--error {
    color: #FF6262;
}

.password--empty {
    color: #A4A7B4;
}

.form-group-error,
.validation-message{
    font-family: 'Uni Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.4px;
    color: #E65366;
}

#input-do-codigo-de-confirmacao-de-email {
    display: block;
    border-radius: 4px;
    height: 48px;
    margin-left: auto;
    margin-right: auto;
    padding: 1em;
    border: 1px solid #000;
}

#input-do-codigo-de-confirmacao-de-email:focus {
    outline: 0;
}