.account-creation-box {
  background-color: #ffffff;
  border: solid 1px #808080;
  position: relative;
  -webkit-box-shadow: 1px 2px 27px 3px rgba(0, 0, 0, 0.66);
  -moz-box-shadow: 1px 2px 27px 3px rgba(0, 0, 0, 0.66);
  box-shadow: 1px 2px 27px 3px rgba(0, 0, 0, 0.66);
  z-index: 99999;
  opacity: 1;
}

.acc-creation-header {
  width: 100%;
  height: 40px;
  margin-top: 30px;
  padding: 10px 10px 10px 10px;
}

.ui-button {
  margin-left: 20px !important;
  width: 230px;
}

.ui-inputtext {
  margin-left: 20px !important;
  width: 230px;
}

.imput-label {
  margin-left: 20px;
}

.imput-position {
  margin-left: 9px;
}

.acc-creation-footer {
  width: 100%;
  height: 60px;
  clear: both;
  position: absolute;
  bottom: 0;
  left: 0;
}

.acc-footer-text {
  color: #999999;
  font-size: 10px;
  padding-top: 20px;
  position: absolute;
  margin-left: 35%;
}

@media (max-width: 600px) {
  .box-positioning {
    left: 0;
    top: 0;
    margin-top: 0;
    width: 100%;
    height: 530px;
    padding: 10px 10px 10px 10px;
  }

  .header-text {
    font-size: 16px;
    /*color: #999999;*/
    color: #E48715;
    padding: 0px 0px 0px 0px;
    top: 80px;
    left: 40%;
    font-weight: normal;
    text-align: center;
    width: 100%;
    margin-left: 20px;
    float: right;

  }

  .button-properties {
    width: 100%;
    background-color: #E48715 !important;
    border-color: rgb(211, 125, 20) !important;
    color: #ffffff;
    border-radius: 0 !important;
  }

  .button-properties:hover {
    cursor: pointer;
    background-color: rgb(223, 145, 0) !important;
    border-color: rgb(202, 132, 1) !important;
  }

  .button-properties:active {
    background-color: rgb(194, 126, 0) !important;
    border-color: rgb(179, 116, 1) !important;
    box-shadow: none;
  }
}

@media(min-width: 420) and (max-width: 601) {
  .acc-footer-text {
    color: #999999;
    font-size: 10px;
    padding-top: 20px;
    position: absolute;
    margin-left: 45%;
  }
}

@media (min-width: 1001px) {
  .box-positioning-left {
    margin-right: auto;
    margin-left: auto;
  }

}

@media(max-width: 1000px) and (min-width: 878px) {
  .box-positioning-left {
    margin-left: auto;
    margin-right: auto;

  }
}

@media(max-width: 877px) and (min-width: 602px) {
  .box-positioning-left {
    margin-left: auto;
    margin-right: auto;
  }
}

@media(max-width: 626px) and (min-width: 602px) {
  .box-positioning-left {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 601px) {
  .box-positioning {
    top: 5%;
    width: 410px;
    height: 550px;
    padding: 40px 80px 40px 80px;
  }

  .header-text {
    font-size: 16px;
    /*color: #8f8f8f;*/
    color: #E48715;
    padding: 0px 0px 0px 0px;
    top: 40%;
    left: 145px;
    font-weight: normal;
    width: 100%;
    text-align: center;
    margin-left: 20px;
    float: right;
  }

  .header-line-2 {
    top: 113px;
    left: 247px;
    position: absolute;
    border-bottom: 1px solid #8f8f8f;
    width: 60px;
  }

  .button-properties {
    /*width: 240px;*/
    width: 100%;
    background-color: #E48715 !important;
    border-color: rgb(216, 128, 19) !important;
    color: #ffffff;
    border-radius: 0 !important;
  }

  .button-properties:hover {
    cursor: pointer;
    background-color: rgb(202, 120, 19) !important;
    border-color: rgb(190, 113, 18) !important;
  }

  .button-properties:active {
    background-color: rgb(182, 107, 17) !important;
    border-color: rgb(192, 114, 18) !important;
    box-shadow: none;
  }
}

.button-margin {
  margin-top: 20px;
}

.input-margin {
  margin-top: 10px;
}

.label-formatting {
  font-weight: normal;
  color: #000000;
  margin-bottom: 0px;
}

.senior-icon {
  width: 72px;
  height: 25px;
}

.success-acc-creation {
  display: none;
}

.success-text {
  text-align: center;
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  font-weight: normal;
}

.admin-info {
  margin-top: 15px;
}

.field-error {
  margin-top: 0px;
  padding-top: 0px;
  color: red;
  font-size: 10px;
  display: none;
}


.mobile-box-positioning {
  left: 0;
  top: 0;
  width: 100%;
  height: 530px;
  padding: 10px 10px 10px 10px;
}

.mobile-header-text {
  font-size: 16px;
  /*color: #999999;*/
  color: #E48715;
  padding: 0px 0px 0px 0px;
  top: 80px;
  left: 40%;
  font-weight: normal;
  text-align: center;
  width: 100%;
  margin-left: 20px;
  float: right;
}

.mobile-header-line-2 {
  top: 93px;
  left: 212px;
  position: absolute;
  border-bottom: 1px solid #8f8f8f;
  width: 60px;
}

.mobile-button-properties {
  width: 100%;
  background-color: #E48715 !important;
  border-color: rgb(211, 125, 20) !important;
  color: #ffffff;
  border-radius: 0 !important;
}

.exit-button {
 display: inline; 
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color:    #d6d6d6;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:    #d6d6d6;
 opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:    #d6d6d6;
 opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color:    #d6d6d6;
}
::-ms-input-placeholder { /* Microsoft Edge */
 color:    #d6d6d6;
}

::placeholder { /* Most modern browsers support this now. */
 color:    #d6d6d6;
}

.sign-up-error-style {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
  width: 100%;
  height: 90px;
  margin: 10px 0 0 0;
  padding: 10px 10px 10px 10px;
  left: 0;
  border-radius: 4px;
  display: none;
}

.gray-line {
  width: 100%;
  height: 2px;
  width: 100%;
  margin-top: 12px;
  /*background-color: #d1d1d1;*/
  background-color: #E48715;
}

@media(max-width: 768px) {
  .gray-line {
    display: none;
  }
}

.gray-line-padding {
  padding-right: 0px;
  padding-left: 0px;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset;
}


@keyframes blink {
  /**
   * At the start of the animation the dot
   * has an opacity of .2
   */
  0% {
    opacity: .2;
  }
  /**
   * At 20% the dot is fully visible and
   * then fades out slowly
   */
  20% {
    opacity: 1;
  }
  /**
   * Until it reaches an opacity of .2 and
   * the animation can start again
   */
  100% {
    opacity: .2;
  }
}

.saving span {
  /**
   * Use the blink animation, which is defined above
   */
  animation-name: blink;
  /**
   * The animation should take 1.4 seconds
   */
  animation-duration: 1.4s;
  /**
   * It will repeat itself forever
   */
  animation-iteration-count: infinite;
  /**
   * This makes sure that the starting style (opacity: .2)
   * of the animation is applied before the animation starts.
   * Otherwise we would see a short flash or would have
   * to set the default styling of the dots to the same
   * as the animation. Same applies for the ending styles.
   */
  animation-fill-mode: both;
}

.saving span:nth-child(2) {
  /**
   * Starts the animation of the third dot
   * with a delay of .2s, otherwise all dots
   * would animate at the same time
   */
  animation-delay: .2s;
}

.saving span:nth-child(3) {
  /**
   * Starts the animation of the third dot
   * with a delay of .4s, otherwise all dots
   * would animate at the same time
   */
  animation-delay: .4s;
}

.saving {
  font-size: 90px;
  color: #E48715;
  text-align: center;
  width: 100%;
  height: 20px;
}

.loading-dots-position {
  top: -50px;
}

.unselectable-dots {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Scroll mobile */
body {
  -webkit-overflow-scrolling: touch;
}

  body.mfp-zoom-out-cur {
    overflow: hidden;
    -webkit-overflow-scrolling: auto;
  }

.mfp-wrap {
  position: fixed;
  overflow: auto;
}

.acc-creation-input {
  border-right: none !important;
  border-left: none !important;
  border-top: none !important;
  border-radius: 0 !important;
  color: gray;
  padding-left: 0 !important;
}

.acc-creation-input:focus {
  border-color: rgb(255, 145, 0) !important;
  box-shadow: none !important;
}

::placeholder {
  color: rgb(179, 179, 179) !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: rgb(179, 179, 179) !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: rgb(179, 179, 179) !important;
}

.btn:focus, .btn:active:focus, .btn.active:focus{
  outline:none;
  box-shadow:none;
}