* {
   font-family: 'Roboto', sans-serif;
}

body {
   font-weight: 400;
   font-style: normal;
   margin: 0 auto;
   padding: 0;
   display: flex;
   flex-direction: column;
   align-items: center;
   background-color: #172036fa;
   font-size: 14px;
   color: #ffffff;
}

.title {
   display: flex;
   margin-top: 30px;
   margin-bottom: 50px;
   align-items: center;
}

.title h1 {
   font-size: 3.5em;
   margin: 0px 5px;
}

.logo-zap {
   color: #d96132;
   width: 54px;
   margin-right: 12px;
}

.container {
   background-color: #172036;
   height: auto;
   width: auto;
   padding: 36px;
   border: 1px solid #2a3e62;
   border-radius: 20px;
   display: flex;
   flex-direction: column;
   align-items: center;
}

.container-title {
   font-size: 2em;
   margin: 0px 0px 10px 0px;
}

.container-text {
   margin: 16px 16px 4px 16px;
}

.format-section {
   display: flex;
   flex-direction: column;
   position: relative;
}

input {
   border-radius: 10px;
   border: none;
   font-size: 1em;
   padding-left: 15px;
   letter-spacing: 1px;
   background-color: #8cb2c629;
   border: 1px solid #38b5f91d;
   color: #ffffff;
}

input.error {
   border: 1px solid #d93232;
}

.message-error {
   margin-left: 22px;
   font-size: 13px;
   margin-top: 3px;
   color: #d93232;
   position: absolute;
   bottom: -20%;
   text-wrap: nowrap;
}

.input-plac {
   width: 176px;
   height: 45px;
   margin-left: 16px;
}

.input-name {
   width: 400px;
   height: 45px;
   margin-left: 8px;
}

input::placeholder {
   font-size: 1em;
}

.first-section {
   display: flex;
   flex-direction: row;
   box-sizing: border-box;
}

.second-section {
   display: flex;
   flex-direction: row;
   box-sizing: border-box;
}

.container .fields {
   display: flex;
   flex-direction: column;
   gap: 14px;
}

.container .second-section .entry {
   display: flex;
   flex-direction: row;
   align-items: center;
   position: relative;
   justify-content: end;
}

.container .second-section .entry i {
   position: absolute;
   right: 8px;
   cursor: pointer;
   color: #38b5f9;
}

.container .second-section .entry i::after {
   content: '\f06e';
   font-family: 'Font Awesome 6 Free';
   font-weight: 900;
}

.container .second-section .entry i.active::after {
   content: '\f070';
   font-family: 'Font Awesome 6 Free';
   font-weight: 900;
}

.action {
   cursor: pointer;
   color: #fff;
   border: solid 0px;
   width: 274px;
   padding: 12px 0;
   margin: 5px 0px;
   font-weight: 300;
   border-radius: 8px;
   font-size: 1.1em;
   background-color: #38b5f91a;
   text-decoration: none;
   text-align: center;
}

.action:hover {
   opacity: 0.9;
}

.cadastro {
   margin-top: 40px;
}

.have-acc {
   margin-bottom: 10px;
   text-align: center;
   color: #969696;
}

.botton-info {
   display: flex;
   cursor: pointer;
   position: fixed;
   bottom: 24px;
}

.botton-info a {
   margin: 0px 15px;
   color: rgb(100, 100, 100);
}

.botton-info a:hover {
   color: #d96132;
}

.info-tp {
   font-size: 0.9em;
   width: 402px;
   text-align: center;
   margin: 0;
   margin-top: 16px;
}

.line {
   display: flex;
   margin: 20px 0;
}

.line-style {
   width: 180px;
   height: 1px;
   border-bottom: solid 2px #2a3e62;
   padding-top: 8px;
}

.logo-line {
   font-size: 20px;
   margin: 0px 15px;
   color: #2a3e62;
}

.terms-politics {
   color: #d96132;
   cursor: pointer;
   text-decoration: none;
}

.swal2-popup.swal2-toast {
   background: #35334e !important;
   color: #ffffff !important;
   padding: 8px 16px !important;
}

.swal2-popup.swal2-toast .swal2-icon {
   font-size: 12px !important;
}

.swal2-title {
   font-size: 16px !important;
   color: #ffffff !important;
   margin-left: 8px !important;
   color: #ffffff !important;
}
