
html, body{
  font-family: 'Lato', sans-serif;
  background-color: #F5F6FA;
  /* background-color: #fff; */
}
body{
  height: 100%;
  margin: 0;
  padding: 0;
}
.row-first{
  background-image: none;
}
.empty-border{
  margin-top: 20px !important;
}


.page-height{
  min-height: 100vh;
  background-image: linear-gradient(to right bottom, #aafbe9, #19e2f2, #00c2ff, #009bff, #5863fc);
  padding-bottom: 47px;
  overflow-y: hidden;
  padding-top: 25%;
}
.page-height-change{
  padding-top: 32% !important;
}
.row{
	margin:0;
}
.row-header{
	background-color: #FFF;
	width: 100%;
  margin-top: 10px;
  z-index: 1;
}
.row-footer{
	width: 100%;
}
.main-header{
	max-width: 1170px;
	margin: auto;
  padding: 15px;
}
.main-header h1{
	font-weight: 500;
	color: #000;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	font-size: 24px;
	margin: 0;
  position: relative;
  top: 4px;
}
.logo-header, .menu-bar-header{
	display: inline-block;
	width: 49%;
	vertical-align: middle;
  position: relative;
}
.menu-bar-header{
	text-align: right;
}
.burger-menu {
  position: absolute;
  top: -15px;
  width: 26px;
  height: 30px;
  right: 0;
  cursor: pointer;
}
.burger {
  position: absolute;
  background: #000;
  width: 23px;
  height: 5px;
  top: 50%;
  right: 0px;
  margin-top: -5px;
  opacity: 1;
  border-radius: 10px;
}
.burger::before {
  position: absolute;
  background: #000;
  width: 23px;
  height: 5px;
  top: 10px;
  content: "";
  display: block;
  border-radius: 10px;
}
.burger::after {
  position: absolute;
  background: #000;
  width: 23px;
  height: 5px;
  bottom: 10px;
  content: "";
  display: block;
  border-radius: 10px;
}
.burger::after, .burger::before, .burger {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
.burger-menu.menu-on .burger::after{
   transform: rotate(-45deg);
   -webkit-transform: rotate(-45deg);
  bottom: 0px;
}
.burger-menu.menu-on .burger::before{
   transform: rotate(45deg);
   -webkit-transform: rotate(45deg);
  top: 0px;
}
.burger-menu.menu-on .burger{
 background: rgba(111,111,111,.0);
}
.menu-on-top{
  background-color: #4A4A4A;
  display: none;
}
.menu-on-top table{
  width: 100%;
}
.menu-on-top td{
  text-align: center;
  height: 40px;
}
.menu-on-top td a{
  font-weight: 900;
  color: #FFF;
  font-size: 18px;
  text-decoration: none;
}


.row-header-bottom{
  width: 100%;
  background-color: #00ABDF;
}
.header-bottom{
	max-width: 1170px;
	margin: auto;
  padding: 15px;
}
.switcher-lang, .login-section{
	display: inline-block;
	width: 49%;
}
.switcher-lang p{
  display: inline-block;
  margin: 0;
  color: #fff;
  font-weight: 400;
}
.switch {
	display: inline-block;
	position: relative;
	width: 55px;
	height: 18px;
	border-radius: 20px;
	background: #dfd9ea;
	transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
	vertical-align: middle;
	cursor: pointer;
}
.switch::before {
	content: '';
	position: absolute;
	top: -6px;
	left: 0;
	width: 30px;
	height: 30px;
	background-image: linear-gradient(to right bottom, #5dfcd8, #00e2f5, #00c2ff, #009aff, #5863fc);
	border-radius: 50%;
	box-shadow: 0px 1px;
	transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.switch:active::before {
	box-shadow: 0 2px 8px rgba(0,0,0,0.28), 0 0 0 20px rgba(128,128,128,0.1);
}
input:checked + .switch {
	background: #dfd9ea;
}
input:checked + .switch::before {
	left: 27px;
	background-image: linear-gradient(to right bottom, #5dfcd8, #00e2f5, #00c2ff, #009aff, #5863fc);
}
input:checked + .switch:active::before {
	box-shadow: 0 2px 8px rgba(0,0,0,0.28), 0 0 0 20px rgba(0,150,136,0.2);
}
.login-section{
	text-align: right;
}
.login-section a{
  font-weight: 400;
  color:  #fff;
  font-size: 18px;
}


/*_________ MAIN USER ______________*/



/*____________ FOOTER ______________*/
.row-footer{
  background-color: #4A4A4A;
}
.footer-link, .footer-logo{
  display: inline-block;
  width: 49%;
  vertical-align: middle;
  padding: 15px;
}
.footer-link ul{
  padding-inline-start: 0;
  margin: 0;
}
.footer-link ul li{
  list-style: none;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}
.footer-logo h1{
  font-weight: 500;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  font-size: 24px;
  margin: 0;
  position: relative;
  top: 4px;
}



/*________________ GLOBAL _______________*/
.btn-orange{
   background-image: linear-gradient(to bottom, #fad961, #f76b1c);
   background-position: -2px;
   background-size: 105% 107%;
   color: #fff;
   text-transform: uppercase;
   border-radius: 20px;
   font-size: 22px;
   font-weight: 600;
   padding-inline-start: 5%;
   padding-inline-end: 5%;
   box-shadow: 0px 0px 3px #979797;
}
.btn-blue{
  background-image: linear-gradient(to right bottom, #5dfcd8, #00e2f5, #00c2ff, #009aff, #5863fc);
  background-position: -2px;
  background-size: 105% 107%;
  color: #fff;
  text-transform: uppercase;
  border-radius: 20px;
  font-size: 20px;
  font-weight: 600;
  padding-inline-start: 5%;
  padding-inline-end: 5%;
}
.form-control-custom{
  border-radius: 30px;
  height: 50px;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 1);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 1);
  margin-bottom: 26px;
}
.btn-circle-blue{
  border-radius: 50%;
  background-image: linear-gradient(to right bottom, #aafbe9, #19e2f2, #00c2ff, #009bff, #5863fc);
  background-size: 105% 107%;
  background-position: -2px;
  height: 80px;
  width: 80px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: -55px;
  box-shadow: 0px 0px 3px #979797;
}
.btn-circle-blue:focus, .btn-circle-blue:active, .btn-circle-blue:hover{
  background-image: linear-gradient(to right bottom, #aafbe9, #19e2f2, #00c2ff, #009bff, #5863fc);
  background-size: 105% 107%;
  background-position: -2px;
}
.fa-arrow-right:before{
  zoom:1.5;
  color: #fff;
}
.fa-times:before{
  zoom:1.5;
  color: #fff;
}
.search-form{
  background-image: url('/image/icon/ico-search.png');
  background-repeat: no-repeat;
  padding-left: 40px;
  background-position: 5% 45%;
}
.white-bg{
  background-color: #FFF !important;
}
.btn-icon-back{
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 63px;
  background-color: #FFF;
  border: 2px solid #4A4A4A;
  margin-right: -6px;
  width: 15%;
}
.block-agency{
  display: inline-block;
  height: 63px;
  vertical-align: top;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 2px solid #4A4A4A;
  margin-right: -4px;
  width: 85%;
  background-color: #FFF;
}
@media screen and (max-width: 320px){
  .block-agency{
	width: 83%;
  }

  .swal2-modal{
    top: 20%;
  }
}
.table-agency img, .table-agency p{
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.table-agency p{
  font-weight: 400;
  color: #000;
  font-size: 16px;
  letter-spacing: 0.44px;
  line-height: 1.1;
}
.table-agency{
  width: 100%;
  text-align: center;
}
.table-agency td{
  height: 63px;
}
.agency-logo{
  width: 30%;
}
.agency-name{
  width: 70%;
  text-align: left;
}
.summons-table td{
  width: 50%;
  vertical-align: top;
}
.amount-summons{
  font-weight: 900;
  color: #000;
  font-size: 18px;
}
.amount-summons span{
  font-size: 38px;
  line-height: 1;
}
.cta-summons{
  text-align: right;
}
.cta-summons img{
  margin: 0 5px;
}
.title-summons{
  font-weight: 700;
  font-size: 18px;
  color: #000;
}
.details-summons{
  font-weight: 400;
  font-size: 18px;
  color: #000;
}
.btn-pay-now{
  font-weight: 700;
  color: #FFF;
  font-size: 18px;
  background-image: linear-gradient(to top, #a8d61c, #8fd524, #72d32e, #4fd139, #00ce45);
  border-radius: 10px;
  margin-top: 10px;
}
.payment-card{
  background-color: #FFF;
  padding: 10px;
  border-radius: 10px;
  border: 2px solid #DEDEDE;
  box-shadow: 0 1px 0px 0px rgba(222,222,222,1);
  margin: 10px 0;
  position: relative;
  height: 100%;
}
.coming-soon-payment{
  background-color: #D0021B;
  position: absolute;
  padding: 2px 10px;
  border-radius: 10px;
  right: -15px;
  transform: rotate(-23deg);
  bottom: 5px;
}
.coming-soon-payment p{
  font-weight: 400;
  font-style: italic;
  color: #FFF;
  font-size: 14px;
  margin: 0;
}
.table-cell{
  display: table-cell;
  width: 230px;
  text-align: center;
  vertical-align: middle;
}
.logo-payment-width{
  width: 31%;
}
.release-beta{
  background-image: linear-gradient(to bottom, #fad961, #fac047, #faa631, #f98a22, #f76b1c);
  padding: 10px 0 5px 0;
}
.release-beta h4{
  font-weight: 700;
  font-style: italic;
  font-size: 12px;
  text-align: center;
  color: #FFF;
  margin: 0;
  letter-spacing: 0.38px;
}

.agent-logo{
  height:40px;
  width:55px;
}

.agent-inside-logo{
  height:50px;
  width:55px;
}

.mypay-logo{
  height:52px;
  /* width:39px; */
}


/*POPUP MYPAY DESIGN*/
.swal2-popup .swal2-title{
  font-weight: 900 !important;
  color: #000000 !important;
}
.swal2-popup #swal2-content{
  font-weight: 400 !important;
  color: #000000 !important;
}
/* .swal2-container.swal2-shown{
  background-color: rgba(74,74,74,.9) !important;
}
.swal2-modal{
  background-color: rgba(255,255,255,0.70) !important;
} */
.swal2-popup .swal2-input{
  height: 50px !important;
  border-radius: 25px !important;
  padding: 1.75em !important;
  font-weight: 400;
  color: #30303D;
  border: 1px solid #9b9b9b !important;
}
.swal2-popup .swal2-styled.swal2-confirm{
  border-radius: 25px !important;
  background-image: linear-gradient(to right bottom, #5dfcd8, #00e2f5, #00c2ff, #009aff, #5863fc) !important;
  font-weight: 900 !important;
}
.swal2-popup .swal2-styled.swal2-cancel{
  border-radius: 25px !important;
  font-weight: 900 !important;
}
.swal2-popup .swal2-close{
  background-image: linear-gradient(to right bottom, #5dfcd8, #00e2f5, #00c2ff, #009aff, #5863fc) !important;
  border-radius: 25px !important;
  top: 5px !important;
  right: 5px !important;
  color: #FFF !important;
}
.swal2-icon.swal2-success [class^="swal2-success-circular-line"][class$="left"]{
  top: -0.837em;
  left: -1.463em;
  transform: rotate(-55deg);
  -webkit-transform: rotate(-55deg);
  background-color: transparent !important;
}
.swal2-icon.swal2-success [class^="swal2-success-circular-line"][class$="right"]{
  background-color: transparent !important;

}
.swal2-icon.swal2-success .swal2-success-fix{
  background-color: transparent !important;
}
.swal2-icon.swal2-success .swal2-success-ring{
  border: .25em solid rgb(119, 168, 91) !important;
}
.swal2-icon.swal2-success [class^="swal2-success-line"]{
  background-color: rgb(119, 168, 91) !important;
}

/* TESTING */

.header-web{
  padding: 10px;
  background: 0 0;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100px;
}
.header-web-login {
  padding: 10px;
  background: 0 0;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100px;
  background-color: #F5F6FA;
}
.head-container{
  padding-top: 22px;
}
.mypay-logo{
  /* width: 33.41px;
  height: 33.42px; */
  margin-left: 120px !important;
  margin-top: none !important;
}
.menu-web-toggle{
  display: none;
  position: absolute;
  right: 100px;
  top: 33px;
}
.menu-web-toggle ul{
  padding-left: 0;
}
.menu-web-toggle ul li{
  display: inline-block;
  list-style: none;
  margin: 0 10px;
  font-weight: 400;
  font-size: 16px;
  color: #2B2B2B;
}
.burger-menu-web {
  position: absolute;
  top: 35px;
  width: 26px;
  height: 30px;
  right: 50px;
  cursor: pointer;
}
.burger-web {
  position: absolute;
  background: #000;
  width: 29px;
  height: 5px;
  top: 50%;
  right: 0px;
  margin-top: -5px;
  opacity: 1;
}
.burger-web::before {
  position: absolute;
  background: #000;
  width: 19px;
  height: 5px;
  top: 10px;
  content: "";
  display: block;
  right: 0px;
}
.burger-web::after {
  position: absolute;
  background: #000;
  width: 38px;
  height: 5px;
  bottom: 10px;
  content: "";
  display: block;
  right: 0px;
}
.burger-web::after, .burger-web::before, .burger-web {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
.burger-menu-web.menu-on .burger-web::after{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  bottom: 1px;
  width: 39px;
}
.burger-menu-web.menu-on .burger-web::before{
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 0px;
  width: 39px;
}
.burger-menu-web.menu-on .burger-web{
 background: rgba(111,111,111,.0);
}


/* FOOTER WEB */
.bg-footer-web-top{
  width: 100%;
  height: 100px;
  background-color: #599AEF;
  border-radius: 50%/100px 100px 0 0;
  position: relative;
  top: 40px;
}

.bg-footer-web{
  background-color: #599AEF;
  position: relative;
  border-radius: 17%/32px 32px 0 0;
}
.first-footer-web > img{
  width: 130px;
  margin-right: 143px;
}
.footer-menu-web{
  display: inline-block;
  vertical-align: top;
  margin: 0 21px;
}
.footer-menu-web > p{
  font-weight: 700;
  color: #2B2B2B;
  font-size: 16px;
}
.footer-menu-web > ul{
  padding-left: 0;
}
.footer-menu-web > ul a:hover{
  text-decoration: none;
}
.footer-menu-web > ul li{
  list-style: none;
  color: #D9D9D9;
  font-weight: 400;
  font-size: 16px;
}
.second-footer-web{
  padding-top: 39px;
  padding-bottom: 55px;
}
.second-footer-web > p {
  float: left;
}
.second-footer-web > .social-web{
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
}
.second-footer-web > button{
  float: right;
}
.second-footer-web > p{
  color: #D9D9D9;
  font-size: 16px;
  font-weight: 400;
}
.social-web > img{
  margin: 0 30px;
}
.web-logo{
  margin: 0 30px;
}
.btn-drop-line{
	font-weight: 700;
	color: #599AEF;
	background-color: #FFF;
	border: 1px solid #599AEF;
	border-radius: 25px;
	height: 45px;
	width: 160px;
	float: right;
}


.header-dashboard{
  position: absolute;
  top: 30px;
  right: 40px;
}
.header-dashboard > ul{
  padding-left: 0;
}
.header-dashboard > ul > li{
  list-style: none;
  display: inline-block;
  margin-left: 40px;
  position: relative;
  font-weight: 400;
  color: #2B2B2B;
  font-size: 16px;
  cursor: pointer;
  position: relative;
}
.header-dashboard > ul > li > a{
  list-style: none;
  display: inline-block;
  margin-left: 40px;
  position: relative;
  font-weight: 400;
  color: #2B2B2B;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
}
.header-dashboard > ul > li > span{
  color: #75848E;
}
.header-dashboard > ul > li > span > img{
  width: 15px;
}
.profile-menu{
  position: absolute;
  right: 0;
  top: 30px;
  display: none;
  z-index: 2;
  box-shadow: 0 10px 30px 0 rgba(184, 203, 228, 1);
}
.profile-menu > ul{
  padding-left: 0;
  background-color: #FFF;
}
.profile-menu > ul > a{
  font-weight: 400;
  color: #515D65;
  font-size: 14px;
  text-decoration: none;
}
.profile-menu > ul > a > li{
  list-style: none;
  padding: 10px;
}
.profile-menu > ul > a > li:hover{
  background-color: #E7DE70;
}
.inbox-menu{
  position: absolute;
  right: 0;
  top: 30px;
  width: 200px;
  background-color: #FFF;
  box-shadow: 0 2px 10px 0 rgba(89,154,239,1);
  display: none;
}
.inbox-header{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 5px 10px;
}
.inbox-header > p{
  font-weight: 700;
  color: #515D65;
  font-size: 12px;
  margin: 0;
}
.inbox-header > a{
  font-weight: 700;
  color: #599AEF;
  font-size: 12px;
  text-align: right;
}
.inbox-menu > ul{
  padding: 0;
}
.inbox-menu > ul > li{
  list-style: none;
  color: #515D65;
  font-weight: 700;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  padding: 5px 10px;
}
.inbox-menu > ul > li:nth-child(odd){
  background-color: #EAEAEA;
}



/* POPUP LOGIN / SIGNUP */
.display-none{
	display: none;
}
.modal-login > .modal-dialog{
  width: 80%;
  top: 10%;
}
.modal-login > .modal-dialog > .modal-content{
  border-radius: 0;
}
.modal-login > .modal-dialog > .modal-content > .modal-body{
  padding: 0;
}
.body-login-sigup{
  display: flex;
}
.body-login-sigup > div{
  width: 100%;
  height: 538px;
}
.login-section-web, .signup-section{
  position: relative;
  overflow-y: hidden;
}
.login-home, .signup-home{
  background-image: linear-gradient(to bottom, #5ceddb, #00dceb, #00c9f7, #00b3f9, #599aef);
  height: 100%;
}
.login-home > div{
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.login-home > div > h2{
  font-weight: 100;
  font-size: 32px;
  color: #FFF;
  margin-top: 0;
  margin-bottom: 20px;
}
.login-home > div > a{
  font-weight: 400;
  color: #FFF;
  font-size: 16px;
  text-decoration: underline;
}
.login-home > div{
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.login-home > div > h2{
  font-weight: 100;
  font-size: 32px;
  color: #FFF;
  margin-top: 0;
  margin-bottom: 20px;
}
.login-home > div > a{
  font-weight: 400;
  color: #FFF;
  font-size: 16px;
  text-decoration: underline;
}
.login-form{
	height: 100%;
	text-align: left;
  padding: 30px;
  position: absolute;
  width: 100%;
  background-color: #FFF;
  top: 0;
}
.login-form-active{
  -webkit-animation: loginMove 1s forwards;
  animation: loginMove 1s forwards;
}
.login-form-nonactive{
  -webkit-animation: loginMoveBack 1s forwards;
  animation: loginMoveBack 1s forwards;
  top: -538px;
}
@-webkit-keyframes loginMove {
  from {top: -538px;}
  to {top: 0px;}
}
@keyframes loginMove {
  from {top: -538px;}
  to {top: 0px;}
}
@-webkit-keyframes loginMoveBack {
  from {top: 0px;}
  to {top: -538px;}
}
@keyframes loginMoveBack {
  from {top: 0px;}
  to {top: -538px;}
}

.signup-form-active{
  -webkit-animation: signUpMovesignUpMove 1s forwards;
  animation: signUpMove 1s forwards;
}
.signup-form-nonactive{
  -webkit-animation: signUpMoveBack 1s forwards;
  animation: signUpMoveBack 1s forwards;
  top: -538px;
}
@-webkit-keyframes signUpMove {
  from {top: -538px;}
  to {top: 0px;}
}
@keyframes signUpMove {
  from {top: -538px;}
  to {top: 0px;}
}
@-webkit-keyframes signUpMoveBack {
  from {top: 0px;}
  to {top: -538px;}
}
@keyframes signUpMoveBack {
  from {top: 0px;}
  to {top: -538px;}
}
.signup-home > div{
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.signup-home > div > h2{
  font-weight: 100;
  font-size: 32px;
  color: #FFF;
  margin-top: 0;
  margin-bottom: 20px;
}
.signup-home > div > p{
  font-weight: 400;
  font-size: 16px;
  color: #FFF;
  margin-top: 0;
  margin-bottom: 20px;
}
.signup-home > div > a{
  font-weight: 400;
  color: #FFF;
  font-size: 16px;
  text-decoration: underline;
}
.login-form-section{
  position: relative;
  /* top: -100px; */
  transform: translateY(90%);
  width: 400px;
  margin: auto;
}
.login-form-section > a, .forgot-password-form-section > a{
	 color: #599AEF;
	 font-weight: 400;
	 font-size: 14px;
	 text-decoration: underline;
}
.forgot-password-form{
	height: 100%;
	text-align: left;
	padding: 30px;
	position: absolute;
	width: 100%;
	background-color: #FFF;
	top: 0;
	display: none;
}
.forgot-password-form-section{
	position: relative;
	transform: translateY(90%);
	width: 400px;
	margin: auto;
}
.btn-forgot-password{
	font-weight: 700;
	background-color: #599AEF;
	color: #FFFFFF;
	height: 45px;
	width: 160px;
	border-radius: 25px;
	box-shadow: 0 0 20px 0 rgba(89, 154, 239, 1)
}
.form-section{
	position: relative;
	margin-bottom: 10px;
}
.form-control-custom-login{
	height: 50px;
	background-color: #FFF;
	border: transparent;
	border-bottom:  1px solid #3e3e3e;
	position: relative;
	border-radius: 0;
	width: 100%;
	padding: 23px 10px 0 10px;
	font-weight: 400;
	color: #3E3E3E;
	box-shadow: none;
}
.form-section label{
	font-weight: 400;
	color:#75848E;
	font-size: 16px;
	position: absolute;
	bottom: 6.5px;
	left: 10px;
	transition: all 0.2s;
}
.form-control-custom-login:focus, .form-control-custom-login:active{
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 1px solid #F15A5B;
}
.form-section > .form-control-custom-login:focus + label,
.form-section > .form-control-custom-login:valid + label{
	bottom: 20px;
	padding-left: 0;
	font-size: 12px;
	color: #75848E;
  font-weight: 400;
}
.btn-login, .btn-signup{
  height: 45px;
  width: 160px;
  font-weight: 700;
  color: #599AEF;
  font-size: 14px;
  border-radius: 25px;
  border: 1px solid #599AEF;
}
.login-form button, .forgot-password-form button{
  position: absolute;
  bottom: 50px;
  right: 50px;
}
.signup-01{
  height: 100%;
  padding: 30px 70px;
  position: absolute;
  width: 100%;
  background-color: #FFF;
}
.signup-02, .signup-03, .signup-04, .signup-05{
  height: 100%;
  padding: 30px 70px;
  position: absolute;
  background-color: #FFF;
  top: 0;
  width: 100%;
}
.signup-01 > h3, .signup-02 > h3, .signup-03 > h3, .signup-04 > h3 , .signup-05 > h3{
  font-weight: 400;
  font-size: 32px;
  color: #2B2B2B;
  margin: 0;
}
.signup-01 > h3 > span, .signup-02 > h3 > span, .signup-03 > h3 > span, .signup-04 > h3 > span, .signup-05 > h3 > span{
  font-weight: 400;
  font-size: 24px;
  color: #D9D9D9;
  float: right;
  position: relative;
  top: 5px;
}
.signup-01-form{
  position: relative;
  top: 40%;
  transform: translateY(-50%);
  width: 400px;
  margin: auto;
}
.email-form, .phone-form, .secure-form, .invite-form{
  display: inline-block;
  width: 196px;
  vertical-align: top;

}
.signup-01 button, .signup-02 button, .signup-03 button, .signup-04 button{
  position: absolute;
  bottom: 50px;
  right: 50px;
}
.signup-02 > p{
  font-weight: 400;
  color: #2B2B2B;
  font-size: 16px;
}
.signup-02 > p:nth-child(2){
  margin-top: 50px;
  line-height: 28px;
  margin-bottom: 50px;
}
.signup-02 > p:nth-child(3){
  margin-bottom: 20px;
}
.signup-02 > p:nth-child(4){
   color: #599AEF;
}
.signup-02 > p:nth-child(4) > span{
   font-size: 16px;
   font-weight: 700;
   color: #2B2B2B;
}
.signup-02 > p:nth-child(4) > span > a{
  font-weight: 400;
  color: #599AEF;
}
.signup-02 > p:nth-child(5) > span{
  font-weight: 400;
  color: #75848E;
  font-size: 12px;
}
.signup-03 > p{
  font-weight: 400;
  color: #2B2B2B;
  font-size: 16px;
}
.signup-03 > p:nth-child(2){
  margin-top: 30px;
  line-height: 28px;
  margin-bottom: 10px;
}
.signup-03 > p:nth-child(3){
  margin-bottom: 20px;
}
.btn-open-camera{
  font-weight: 400;
  color: #599AEF;
  font-size: 16px;
  border-radius: 0;
  width: 100%;
  height: 50px;
  background-color: #FFF;
  border: 1px solid #D9D9D9;
  position: unset !important;
}
.signup-03 > p:last-child{
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #75848E;
}
.signup-04 > p{
  font-weight: 400;
  color: #2B2B2B;
  font-size: 16px;
}
.signup-05 > p{
  font-weight: 400;
  color: #2B2B2B;
  font-size: 16px;
}
/* END POPUP LOGIN / SIGNUP */




@media screen and (max-width: 1024px){
	.bg-footer-web{
		padding-top: 20px;
	}
  footer .list-group {
    display: block;
  }
}

@media screen and (max-width: 768px){
  .mypay-logo {
	margin-left: 10px;
	margin-top: -10px;
  }
  .bg-footer-web{
	padding-top: 20px;
  }
  .web-logo{
	margin: 0 10px;
  }
  .first-footer-web > img{
	margin-right: 0;
  }
}
.error{
  color:red;
}
.not-active {
	pointer-events: none !important;
	cursor: default !important;
}
.btn-open-camera input[type=file] {
	opacity: 0;
	margin-top: -25px;
}
a:focus {
 	outline: 0;
}
.form-change-phone > div > a{
	position: absolute;
	right: 50px;
	top: 20px;
}

.hide{
  display:none;
}
.btn-submit{
	height: 45px;
	width: 160px;
	font-weight: 700;
	color: #599AEF;
	font-size: 14px;
	border-radius: 25px;
	border: 1px solid #599AEF;
  }

.check-fav-agency{
  display: none;
}

.spent-section{
  display:none;
}
.title-service-3{
  display:none !important;
}

/* ANIP DEV */

.header-1 {
  background: #333333 !important;
  /* padding: 0 1rem; */
}
.header-1 .navbar-brand,.header-1 .navbar-brand img {
  padding-top: 0px;
  padding-bottom: 0px;
}

.header-2 {
  background: #000000 !important;
  /* padding-top: 0px;
  padding-bottom: 0px; */
}

.header-2 .navbar-nav .nav-item.active .nav-link {
  /* color: rgba(64, 184, 250, 1); */
  color: rgba(225, 225, 225, 1);
}

.header-2 .navbar-nav .nav-item .nav-link {
  /* color: rgba(64, 184, 250, 0.5); */
  color: rgba(225, 225, 225, 0.5);
}

footer.footer {
  background: #333333;
}

footer hr {
  margin: 0;
  background: #ccc;
}

footer .footer-list .row .col-8 div a {
  background: transparent;
  color: #9F9595;
  border: none;
  width: auto;
}