*{
    font-family: 'FuturaMedium', sans-serif;
    /*color: rgb(70,70,70);*/
    box-sizing:border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
    -webkit-tap-highlight-color: transparent !important;
     outline: none !important; 
     -webkit-overflow-scrolling: touch;
     box-sizing: border-box;
     font-size: 16px;
     font-weight: 400;
}

body,html
{
    height: 100% !important;
    width: 100%;
    font-size: 16px;
    padding: 0px;
    margin: 0px;
    font-family: 'FuturaMedium', sans-serif;
    background-color: #fff;
    font-weight: 400;
    background: linear-gradient(rgb(230,230,230), rgb(255,255,255));
    overflow-y: auto;
    overflow-x: hidden;
}


.wrapper,.content-wrapper
{
	height: 100%;
    vertical-align: middle;
    display: table;
    width: 100%;
}

.container-box
{
	width: 450px;
    display: block;
    margin: 0 auto;
    padding: 80px 0px;
    background-color: #fff;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    border-radius: 8px;
}

.container
{
	display: table-cell;
    vertical-align: middle;
}

.top-image
{
	max-width: 70%;
    display: block;
    margin: 0 auto 60px auto;
}

.button-wrapper
{
	text-align: center;
	display: block;
	margin: 54px 0px;
	position: relative;
}

.button
{
	width: 100%;
}

.margin-b-0
{
	margin-bottom: 0px !important;
}

.separator
{
	position: absolute;
    bottom: -28px;
    height: 2px;
    background: #cbcbcb;
    left: 0%;
    /*right: -68px;*/
    right: 0px;
    font-size: 0px;
    text-align: center;
}

.separator-text 
{
    font-size: 16px;
    background: #fff;
    padding: 0px 6px;
    vertical-align: middle;
    margin-top: -7px;
    display: inline-block;
    color: #cbcbcb;
    font-family: Metropolis-Medium;
}

.separator-transparent
{
    background-color: #fff;
    width: 4px;
    height: 2px;
    margin-right: 4px;
    margin-left: 4px;
    font-size: 0px;
    display: inline-block;
    background: #fff;
}


.form-input-wrapper 
{
    margin: 25px 0px;
    position: relative;
    font-size: 0px;
}

.form-input-wrapper label
{
    display: block;
    font-size: 14px;
    margin-bottom: 8px;
    color: #b73053;
}


.form-input-wrapper .far,.form-input-wrapper .fas
{
    position: absolute;
    padding: 0px 12px;
    font-size: 16px;
    vertical-align: middle;
    line-height: 44px;
}

.far + .form-input , .fas + .form-input 
{
    padding-left: 36px;
}

.form-input 
{
    width: 100%;
    border: 1px solid rgb(151,151,151);
    border-radius: 6px;
    padding: 12px 10px;
    font-size: 15px;
    margin: 0px;
    background-color: transparent;
    height: 44px;
}

.body-content
{
    padding: 0 15%;
}

.w-50
{
    width: 50%;
}

.required-error
{
    border-color: #ff6b91 !important;
}

.swal2-confirm.swal2-styled
{
    border:none !important;
    background-image: linear-gradient(to right, rgb(178, 48, 82),rgb(228, 40, 89)) !important;
    box-shadow: none !important;
}



/* ==============
  Loader
===================*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fafafa;
  z-index: 9999999; }

#status {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px; }

.spinner {
  position: absolute;
  width: 78px;
  height: 78px;
  left: 50%;
  margin-left: -39px;
  margin-top: -39px; }

.spinner:before {
  content: '';
  position: absolute;
  width: 45px;
  height: 45px;
  top: 50%;
  margin-top: -23px;
  left: 50%;
  margin-left: -23px;
  border-width: 2px 1px;
  border-style: solid;
  border-color: #eb7475 rgba(235, 116, 117, 0.3);
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  animation: spin 3.45s infinite;
  -o-animation: spin 3.45s infinite;
  -ms-animation: spin 3.45s infinite;
  -webkit-animation: spin 3.45s infinite;
  -moz-animation: spin 3.45s infinite; }

.spinner:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
  margin-top: -6px;
  left: 50%;
  margin-left: -6px;
  background-color: #eb7475;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  animation: pulse 6.9s infinite, borderPulse 6.9s infinite;
  -o-animation: pulse 6.9s infinite, borderPulse 6.9s infinite;
  -ms-animation: pulse 6.9s infinite, borderPulse 6.9s infinite;
  -webkit-animation: pulse 6.9s infinite, borderPulse 6.9s infinite;
  -moz-animation: pulse 6.9s infinite, borderPulse 6.9s infinite; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(1080deg); } }
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  50% {
    -o-transform: rotate(360deg); }
  100% {
    -o-transform: rotate(1080deg); } }
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }
  50% {
    -ms-transform: rotate(360deg); }
  100% {
    -ms-transform: rotate(1080deg); } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(1080deg); } }
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  50% {
    -moz-transform: rotate(360deg); }
  100% {
    -moz-transform: rotate(1080deg); } }
@keyframes pulse {
  0% {
    background-color: rgba(235, 116, 117, 0.2); }
  13% {
    background-color: rgba(235, 116, 117, 0.2); }
  15% {
    background-color: rgba(235, 116, 117, 0.9); }
  28% {
    background-color: rgba(235, 116, 117, 0.9); }
  30% {
    background-color: rgba(235, 116, 117, 0.2); }
  43% {
    background-color: rgba(235, 116, 117, 0.2); }
  45% {
    background-color: rgba(235, 116, 117, 0.9); }
  70% {
    background-color: rgba(235, 116, 117, 0.9); }
  74% {
    background-color: rgba(235, 116, 117, 0.2); }
  100% {
    background-color: rgba(235, 116, 117, 0.9); } }
@-o-keyframes pulse {
  0% {
    background-color: rgba(235, 116, 117, 0.2); }
  13% {
    background-color: rgba(235, 116, 117, 0.2); }
  15% {
    background-color: rgba(235, 116, 117, 0.9); }
  28% {
    background-color: rgba(235, 116, 117, 0.9); }
  30% {
    background-color: rgba(235, 116, 117, 0.2); }
  43% {
    background-color: rgba(235, 116, 117, 0.2); }
  45% {
    background-color: rgba(235, 116, 117, 0.9); }
  70% {
    background-color: rgba(235, 116, 117, 0.9); }
  74% {
    background-color: rgba(235, 116, 117, 0.2); }
  100% {
    background-color: rgba(235, 116, 117, 0.9); } }
@-ms-keyframes pulse {
  0% {
    background-color: rgba(235, 116, 117, 0.2); }
  13% {
    background-color: rgba(235, 116, 117, 0.2); }
  15% {
    background-color: rgba(235, 116, 117, 0.9); }
  28% {
    background-color: rgba(235, 116, 117, 0.9); }
  30% {
    background-color: rgba(235, 116, 117, 0.2); }
  43% {
    background-color: rgba(235, 116, 117, 0.2); }
  45% {
    background-color: rgba(235, 116, 117, 0.9); }
  70% {
    background-color: rgba(235, 116, 117, 0.9); }
  74% {
    background-color: rgba(235, 116, 117, 0.2); }
  100% {
    background-color: rgba(235, 116, 117, 0.9); } }
@-webkit-keyframes pulse {
  0% {
    background-color: rgba(235, 116, 117, 0.2); }
  13% {
    background-color: rgba(235, 116, 117, 0.2); }
  15% {
    background-color: rgba(235, 116, 117, 0.9); }
  28% {
    background-color: rgba(235, 116, 117, 0.9); }
  30% {
    background-color: rgba(235, 116, 117, 0.2); }
  43% {
    background-color: rgba(235, 116, 117, 0.2); }
  45% {
    background-color: rgba(235, 116, 117, 0.9); }
  70% {
    background-color: rgba(235, 116, 117, 0.9); }
  74% {
    background-color: rgba(235, 116, 117, 0.2); }
  100% {
    background-color: rgba(235, 116, 117, 0.9); } }
@-moz-keyframes pulse {
  0% {
    background-color: rgba(235, 116, 117, 0.2); }
  13% {
    background-color: rgba(235, 116, 117, 0.2); }
  15% {
    background-color: rgba(235, 116, 117, 0.9); }
  28% {
    background-color: rgba(235, 116, 117, 0.9); }
  30% {
    background-color: rgba(235, 116, 117, 0.2); }
  43% {
    background-color: rgba(235, 116, 117, 0.2); }
  45% {
    background-color: rgba(235, 116, 117, 0.9); }
  70% {
    background-color: rgba(235, 116, 117, 0.9); }
  74% {
    background-color: rgba(235, 116, 117, 0.2); }
  100% {
    background-color: rgba(235, 116, 117, 0.9); } }
@keyframes borderPulse {
  0% {
    box-shadow: 0 0 0 0 white, 0 0 0 1px rgba(235, 116, 117, 0.8); }
  40% {
    box-shadow: 0 0 0 1px white, 0 0 0 2px rgba(235, 116, 117, 0.8); }
  80% {
    box-shadow: 0 0 0 3px #ffffff, 0 0 1px 3px rgba(235, 116, 117, 0.8); } }
@-o-keyframes borderPulse {
  0% {
    box-shadow: 0 0 0 0 white, 0 0 0 1px rgba(235, 116, 117, 0.8); }
  40% {
    box-shadow: 0 0 0 1px white, 0 0 0 2px rgba(235, 116, 117, 0.8); }
  80% {
    box-shadow: 0 0 0 3px #ffffff, 0 0 1px 3px rgba(235, 116, 117, 0.8); } }
@-ms-keyframes borderPulse {
  0% {
    box-shadow: 0 0 0 0 white, 0 0 0 1px rgba(235, 116, 117, 0.8); }
  40% {
    box-shadow: 0 0 0 1px white, 0 0 0 2px rgba(235, 116, 117, 0.8); }
  80% {
    box-shadow: 0 0 0 3px #ffffff, 0 0 1px 3px rgba(235, 116, 117, 0.8); } }
@-webkit-keyframes borderPulse {
  0% {
    box-shadow: 0 0 0 0 white, 0 0 0 1px rgba(235, 116, 117, 0.8); }
  40% {
    box-shadow: 0 0 0 1px white, 0 0 0 2px rgba(235, 116, 117, 0.8); }
  80% {
    box-shadow: 0 0 0 3px #ffffff, 0 0 1px 3px rgba(235, 116, 117, 0.8); } }
@-moz-keyframes borderPulse {
  0% {
    box-shadow: 0 0 0 0 white, 0 0 0 1px rgba(235, 116, 117, 0.8); }
  40% {
    box-shadow: 0 0 0 1px white, 0 0 0 2px rgba(235, 116, 117, 0.8); }
  80% {
    box-shadow: 0 0 0 3px #ffffff, 0 0 1px 3px rgba(235, 116, 117, 0.8); } }
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }