/* BLOCK DISCLAIMER */
.disclaimer {
  z-index: -999999999999999999999 !important;
  display: none !important;
  opacity: 0 !important;
  user-select: none !important;
  pointer-events: none !important;
}

body {
  background: -webkit-linear-gradient(#06b7d2, #06d7f7);
  background-attachment: fixed;
}

/*FONT FACE*/
@font-face {
  font-family: poppins;
  src: url('../fonts/Poppins-Regular.ttf')format('truetype');
}

@font-face {
  font-family: open-sans;
  src: url('../fonts/OpenSans-Regular.ttf')format('truetype');
}

@font-face {
  font-family: viga;
  src: url('../fonts/Viga-Regular.ttf')format('truetype');
}

@font-face {
  font-family: roboto;
  src: url('../fonts/RobotoCondensed-Regular.ttf')format('truetype');
}

@font-face {
  font-family: signatura;
  src: url('../fonts/Signatura Monoline.ttf')format('truetype');
}

/* === CONTAINER === */
.container {
  width: 600px;
  margin: 100px auto;
  background-color: white;
  border-radius: 30px;
  box-shadow: 1px 1px 50px #036f80ad;
}

/* BOX SIGN */
.title-box-sign {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
  font-family: poppins;
}

/* error login */
#check-error-login {
  display: none;
}

.error-login {
  width: 400px;
  margin: auto;
}

.box-error-login {
  color: #842029;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #f8d7da;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 13px;
  font-family: poppins;
  border-color: #f5c2c7;
}

#btn-close-error-login {
  float: right;
  margin-top: 10px;
  margin-right: 40px;
  font-size: 18px;
  cursor: pointer;
  color: #caa4a8;
}

#btn-close-error-login:hover {
  color: #842029;
}

#check-error-login:checked~.box-error-login {
  display: none;
  margin-top: 20px;
}

#check-error-login:checked~label #btn-close-error-login {
  display: none;
}

.error-login {
  width: 100%;
}

.box-error-login {
  width: 90%;
  margin: auto;
  margin-bottom: 20px;
  box-sizing: border-box;
}

/* end error login */

/* Info Download Apk */
.box-success-register a{
  color: white;
  padding: 5px;
  box-sizing: border-box;
  margin-top: 5px;
  display: inline-block;
  border-radius: 5px;
  text-decoration: none;
  background-color:#0f5132;
}

/* success register */
#check-success-register {
  display: none;
}

.success-register {
  width: 400px;
  margin: auto;
}

.box-success-register {
  color: #0f5132;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #d1e7dd;
  border-color: #badbcc;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 13px;
  font-family: poppins;
}

#btn-close-success-register {
  float: right;
  margin-top: 10px;
  margin-right: 40px;
  font-size: 18px;
  cursor: pointer;
  color: #39634f83;
}

#btn-close-success-register:hover {
  color: #0f5132;
}

#check-success-register:checked~.box-success-register {
  display: none;
  margin-top: 20px;
}

#check-success-register:checked~label #btn-close-success-register {
  display: none;
}

.success-register {
  width: 100%;
}

.box-success-register {
  width: 90%;
  margin: auto;
  margin-bottom: 20px;
  box-sizing: border-box;
}

/* end success register */

.table-form-sign {
  width: 400px;
  margin: auto;
}

.table-form-sign form table {
  width: 100%;
  margin-bottom: 15px;
}

.table-form-sign form table,
.row-input {
  width: 100%;
  background-color: white;
  box-shadow: 1px 1px 20px #06b7d23b;
  border-radius: 50px;
}

/* show-password */
.show-password table{
  box-shadow: none !important;
}
.show-password table input{
  width: 25px !important;
  float: right;
}
.show-password table label{
  display: inline-block;
  float: left;
  width: 100%;
  cursor: pointer;
  font-family: poppins;
  font-size: 13px;
}

/* remember */
.remember table{
  box-shadow: none !important;
}
.remember table input{
  width: 100px !important;
}
.remember table label{
  margin-left: -320px;
  cursor: pointer;
  font-family: poppins;
  font-size: 13px;
}

.table-form-sign form input {
  width: 100%;
  margin-left: -10px;
  padding: 10px;
  font-family: poppins;
  color: #06b7d2;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  outline: none;
  border: none;
  box-sizing: border-box;
}

.table-form-sign form input::-webkit-input-placeholder {
  color: #06b7d2;
}

#icon-map-select {
  margin-left: 25px;
  display: inline-block;
}

.table-form-sign form select {
  width: 100%;
  padding: 10px;
  background-color: white;
  font-family: poppins;
  cursor: pointer;
  margin-left: -5px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  outline: none;
  border: none;
  color: #06b7d2;
  box-sizing: border-box;
}

.fa-username{
  font-size: 19px !important;
}
.fa-calendar{
  margin-left: 8px !important;
  font-size: 19px !important;
}


.table-form-sign form i {
  font-size: 22px;
  margin-right: 10px;
  margin-left: 15px;
  text-align: center;
  display: block;
  background: -webkit-linear-gradient(#06b7d2, #06d7f7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.forgot {
  font-family: poppins;
  font-size: 12px;
  box-shadow: none !important;
  color: #06b7d2;
}

#forgot {
  text-align: center;
  width: 20px;
  cursor: pointer;
  margin-left: 20px;
  border: none !important;
}

/* button */
.button {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  display: inline-block
}

.button button {
  margin: auto;
  background: -webkit-linear-gradient(#06b7d2, #06d7f7);
  box-shadow: 1px 8px 10px #06b7d263;
  padding: 10px;
  font-family: poppins;
  font-size: 15px;
  border-radius: 50px;
  outline: none;
  color: white;
  cursor: pointer;
  border: none;
  display: block;
  width: 150px;
}

.button button:hover {
  background: -webkit-linear-gradient(#06d7f7, #06b7d2);

}

/* end button */

.next-sign {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  display: inline-block;
  font-size: 13px;
  color: #06b7d2;
  font-family: poppins;
}

.next-sign a {
  font-weight: bold;
  color: #06b7d2;
}

.next-sign a:hover {
  text-decoration: underline;
}


/* END BOX SIGN */

/* === END CONTAINER === */