* {
   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: 42px;
   border: 1px solid #2a3e62;
   border-radius: 20px;
   display: flex;
   flex-direction: column;
   align-items: center;
   position: relative;
   font-size: 16px;
   transition: opacity 0.5s ease-in-out;
}

.container.disable {
   display: none;
}

.container.hide {
   opacity: 0;
}

.container p {
   margin: 0;
}

.container .info {
   margin-bottom: 24px;
}

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

.container .field {
   display: flex;
   flex-direction: column;
   gap: 6px;
}

.container .field label {
   font-size: 14px;
   margin-left: 4px;
}

.container .field .input {
   border-radius: 10px;
   font-size: 14px;
   padding: 0 30px 0 14px;
   letter-spacing: 1px;
   background-color: #8cb2c629;
   border: 1px solid #38b5f91d;
   color: #ffffff;
   width: 300px;
   height: 45px;
}

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

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

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

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

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

.container .action:hover {
   opacity: 0.9;
}

.container .action.back {
   margin: 0;
}

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

.container .success-message {
   position: absolute;
   background-color: #172036;
   height: 70%;
   width: 90%;
   box-sizing: border-box;
   display: flex;
   flex-direction: column;
   align-items: center;
   text-align: center;
   justify-content: space-evenly;
   font-size: 20px;
   display: none;
   transition: opacity 0.5s ease-in-out;
   opacity: 0;
}

.container .success-message i {
   font-size: 40px;
   color: #38b5f9;
}

.container .success-message.active {
   display: flex;
}

.container .success-message.show {
   transition: opacity 0.5s;
   opacity: 1;
}

.container .line {
   display: flex;
   margin: 18px;
}

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

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

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

.botton-info a {
   margin: 0px 15px;
   color: #969696;
}

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

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