@font-face {
  font-family: ember;
  src: url('https://m.media-amazon.com/images/G/01/APS/fonts/AmazonEmberDisplay-Regular._CB436543755_.woff2') format('woff2'),
      url('https://m.media-amazon.com/images/G/01/APS/fonts/AmazonEmberDisplay-Regular._CB1568109671_.ttf') format('truetype');
  font-weight: 400;
}

@font-face {
  font-family: emberMd;
  src: url('https://m.media-amazon.com/images/G/01/APS/fonts/AmazonEmberDisplay-Medium._CB1568109670_.woff2') format('woff2'),
      url('https://m.media-amazon.com/images/G/01/APS/fonts/AmazonEmberDisplay-Medium._CB1568109670_.ttf') format('truetype');
  font-weight: 500;
}

@font-face {
  font-family: emberBd;
  src: url('https://m.media-amazon.com/images/G/01/APS/fonts/AmazonEmberDisplay-Bold._CB1568109669_.woff2') format('woff2'),
      url('https://m.media-amazon.com/images/G/01/APS/fonts/AmazonEmberDisplay-Bold._CB1568109669_.ttf') format('truetype');
  font-weight: 600;
}


@font-face {
  font-family: emberAr;
  src: url('https://m.media-amazon.com/images/G/01/APS/fonts/AmazonEmberArabic-Regular._CB1574686090_.woff2') format('woff2'),
      url('https://m.media-amazon.com/images/G/01/APS/fonts/AmazonEmberArabic-Regular._CB1574686090_.ttf') format('truetype');
  font-weight: 400;
}

@font-face {
  font-family: emberMdAr;
  src: url('https://m.media-amazon.com/images/G/01/APS/fonts/AmazonEmberArabic-Medium._CB1574686090_.woff2') format('woff2'),
      url('https://m.media-amazon.com/images/G/01/APS/fonts/AmazonEmberArabic-Medium._CB1574686090_.ttf') format('truetype');
  font-weight: 900;
}


html,body{
  min-height: 100%;
  font-family: ember, Helvetica, Arial, sans-serif;
  
}

/* Base styles */

*, *:after, *:before {
  box-sizing: border-box;
}

html {
  font-size: 85%;
  line-height: 1.5;
  height: 100%;
}


body {
  position: relative;
  margin: 0;
  min-height: 100%;
  color: #192330;

  /*************************************original gradiant************************************/
  /*background: #56B547;
  background: -webkit-linear-gradient(left, #56B547 0%, #1ba39b 100%);
  background: linear-gradient(to right, #56B547 0%, #1ba39b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56B547', endColorstr='#1ba39b', GradientType=1);*/

  /************************************* background image ************************************/
  /* background-image: url("../../img/login/bg.jpg");
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #28353E; */
  /*box-shadow: inset 0 -80px 200px -10px rgb(40, 53, 62);*/


/*************************************bg image with overlay************************************/

  /*background-image: url("bg.png"), linear-gradient(to right, #56B547 0%, #1ba39b 100%);
  background-position: center center;
  background-size: contain;
  background-repeat: repeat;
  box-shadow: inset 0 -100px 200px -100px rgba(40, 53, 62, 0.63);*/
}
h3 {
  font-size: 19px;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

button {
  cursor: pointer;
  border: 0;
  padding: 0;
  background-color: transparent;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background-color: #fff;
}

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

.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}


/* Container */

.container {
  width: 24em;
}

.form-horizontal{
opacity: 0;
}
.profile-form {
  position: relative;
  background: white;
  /*height: auto;*/
  padding: 2.5em;
  padding-top: 1em;
  border-radius: .25em;
  /*-webkit-filter: drop-shadow(0 0 2em rgba(0, 0, 0, 0.2));*/
  /* box-shadow: 0 0 3em rgba(0, 0, 0, 0.2); */
  border: 1px solid #CDCDCD;
  -webkit-transition: opacity 0.8s ease-in-out, height 0.8s ease-in-out, padding .7s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.8s ease-in-out, height 0.8s ease-in-out, padding .7s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.8s ease-in-out, height 0.8s ease-in-out, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding .7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.8s ease-in-out, height 0.8s ease-in-out, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding .7s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.back {
  color: #56B547;
  font-size: 1.4em;
  position: absolute;
  left: 1em;
  top: 1em;
  cursor: pointer;
  opacity: 0;
}

.logo {
  padding: 1.5em 0 3.5em 10px;
}

.profile-footer {
  padding-top: 1rem;
}


/* Form */

.field-container {
  /*height: 40px;*/
}

.field {
  position: relative;
  /*margin-bottom: 2em;*/
}

.password,
.forgot-password-answer,
.answer {
  display: none;
  opacity: 0;
}

.label {
  position: absolute;
  height: 2rem;
  line-height: 2rem;
  top: 7px;
  left: 10px;
  color: #999;
  background: #fff;
  padding: 2px 4px;
  cursor: pointer;
  -webkit-transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.input {
  width: 100%;
  font-size: 100%;
  border: 0;
  padding: 15px;
  background-color: transparent;
  
  border: 1px solid #eee;
  cursor: pointer;
  
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.input:focus {
  outline: 0;
  border-color: #ccc;
}


/* Using required and a faux pattern to see if input has text from http://stackoverflow.com/questions/16952526/detect-if-an-input-has-text-in-it-using-css */

.input:focus+.label, /*.input:valid+.label,*/ .input:disabled+.label, .input:not([value=""])+label {
  -webkit-transform: translateY(-75%);
  transform: translateY(-75%);
  font-size: 0.75rem;
  color: #ccc;
  cursor: default;
}
/*.input:not([value=""]):+label{
    color: red;
}*/
/* Button */

.btn {
  border: 0;
  
  width: 100%;
  height: 3rem;
  line-height: 3rem;
  padding: 0 1.5rem;
  color: white;
  background: #56B547;
  
  border-radius: 25px;
  letter-spacing: .2em;
  -webkit-transition: background .2s;
  transition: background .2s;
  margin: 7px 0;
}

.btn:focus {
  outline: 0;
}

.btn:hover {
  opacity: .95;
}


/* Ripple */

.profile-footer .ripple {
  position: relative;
  display: inline-block;
}

.profile-footer svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: .25rem;
}

.profile-footer circle {
  fill: #fff;
  opacity: .1;
}

.warning-note,
.password-note,
.secret-question,
.forgot-password-question{
  display: none;
  opacity: 0;
  text-align: center;
  margin-bottom: 2em
}

.password-note{
  display: block;
  opacity: 1;
}

.password-link {
  display: none;
  margin: auto;
  text-align: center;
  opacity: 0;
  width: 100%;
}

.password-link a {
  color: #192330;
  margin-top: 8px;
  display: block;
  
}

.copyrights{
  text-align: center;
  margin-top: .4em;
  
}

.copyrights a {
  /*position: absolute;*/
  bottom: .3em;
  left: 0.5em;
  color: #192330;
  text-decoration: none;
  letter-spacing: 0;
  font-size: 85%;
  opacity: 0.85;
  
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  font-size: .9em;
  font-size: 110%;
}

.icon-copyright{
  font-size: 12px;
}

.pf-logo {
  vertical-align: super;
  display: block;
}

.pf-logo img {
  width: 80px;
  max-width: 100%;
  margin: 1px 0;
}


.security-image {
    margin: 5px 0 10px 0;
    display: inline-block;
    max-width: 100%;
    height: 80px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.image-hint {
    font-weight: 600;
    font-size: 18px;
    color: #56B547;
}
@media only screen and (max-width: 600px) {
  .login-container {
    max-width: 90%;
  }
}


.grecaptcha-badge{
    display:none;
}

.help-block{
  font-size: 80%;
  color: #e26363;
  margin-bottom: 0;
}

.security-image-container{
  text-align: center;
}

.icon-spin5{
  pointer-events: none;
  /*position: absolute;
  left: 0;
  right: 0;
  margin-top: 17px;*/
}
.icon-spin5::before{
  margin-right: .2em !important;
  margin-left: .2em !important;
  font-weight: normal;
}

/*.answer {
    display: none;
}*/


.forgot-password-question{
  /*margin-bottom: 1em;
  display: block;
  font-size: 1.5em;
  color: #444;*/
}

#recaptchaContainer{
  margin: 1em 0 0 -.35em;
  width: 100%;
  display: none;
}

/****************************
        Loading 2
****************************/
.sk-spinner-cube-grid {
}
.sk-spinner-cube-grid.sk-spinner {
  width: 30px;
  height: 30px;
  margin: 25px auto 25px
}
.sk-spinner-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #56B547;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-spinner-cube-grid.sk-spinner p {
  color: #56B547;
  margin-top: 10px;
  font-family: sans-serif;
  letter-spacing: 3px;
  font-size: 10px;
  margin-left: -10px;
  position: relative;
  top: 10px;
}

.sk-spinner-cube-grid .sk-cube:nth-child(1) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(4) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(5) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(6) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(7) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(8) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(9) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@-webkit-keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}


.new-password{
  margin-bottom: 1.5em;
}

.repeat-password{
  margin-bottom: 1em;
}




/* Toastr custom style */
#toast-container > .toast {
  background-image: none !important;
}
#toast-container > .toast:before {
  position: fixed;
  font-family: FontAwesome;
  font-size: 24px;
  line-height: 24px;
  float: left;
  color: #FFF;
  padding-right: 0.5em;
  margin: auto 0.5em auto -1.5em;
}
#toast-container > .toast-warning:before {
  content: "\f0e7";
}
#toast-container > .toast-error:before {
  content: "\f071";
}
#toast-container > .toast-info:before {
  content: "\f005";
}
#toast-container > .toast-success:before {
  content: "\f00C";
}
#toast-container > div {
  -moz-box-shadow: 0 0 3px #999;
  -webkit-box-shadow: 0 0 3px #999;
  box-shadow: 0 0 3px #999;
  opacity: .9;
  -ms-filter: alpha(opacity=90);
  filter: alpha(opacity=90);
  padding-bottom: 10px;
}
#toast-container > :hover {
  -moz-box-shadow: 0 0 4px #999;
  -webkit-box-shadow: 0 0 4px #999;
  box-shadow: 0 0 4px #999;
  opacity: 1;
  -ms-filter: alpha(opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
.toast {
  background-color: #56B547;
}
.toast-success {
  background-color: #56B547;
}
.toast-error {
  background-color: #ed5565;
}
.toast-info {
  background-color: #23c6c8;
}
.toast-warning {
  background-color: #f8ac59;
}
.toast-top-full-width {
  margin-top: 20px;
}
.toast-bottom-full-width {
  margin-bottom: 20px;
}


.fa-cog.fa-spin{
	letter-spacing: 0;
}

