* {
    font-family: urw-din, sans-serif;
}
div.fake-modal {
    background-color: white;
    border-radius: 8px;
    max-width: 590px;
    margin: 0 auto;
    margin-top: 150px;
    padding: 35px;
    position:relative;

}

div.logo-icon {
    position: absolute;
    left: calc(50% - 37px);
    top: -47px;
}
 @media only screen and (max-width: 551px) {
    div.fake-modal {
        margin-top:0;
        padding:15px;
    }
     div.logo-icon {
         position:relative;
         left:0;
         top:0;
         text-align:center;
     }
}
body {
    background: #001107 url(https://media.huntstand.com/assets/img/login-topo@2x.png);
    background-size: cover;
    background-position: center center;
}
div.form-field-row {
    margin-bottom:15px;
}
div.form-field-row  label{
    float:left;
    text-transform: uppercase;
}
div.form-field-row   span.desc{
    float:right;
    text-transform: uppercase;
}


div.form-field-row   span.desc a{
    color: #437700;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    outline: 0;
}
span.desc a{
    color: #437700;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    outline: 0;
}



div.form-field-row   input{
box-shadow: none !important;
    background: #fff;
    border: solid 2px #5c9c0a !important;
    letter-spacing: normal;
    font-size: 16px !important;
    color: #001107 !important;
    line-height: normal !important;
    padding: 12px 14px 15px !important;
    height: inherit !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    font-family: urw-din, sans-serif !important;
    width:100%;
}
div.clearfix {
    clear:both;
}
button {
    padding: 12px 27px 12px;
    font-family: urw-din, sans-serif;
    height: auto;
    border-radius: 0;
    background-color: rgba(92, 156, 10, 0.8);
    font-weight: 600;
    letter-spacing: 1.25px;
    box-shadow: none;
    display: inline-block;
    border: 0;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding: 14px 18px 16px;
    vertical-align: middle;
    text-decoration: none;
    outline: 0;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    cursor:pointer;
}
.log_signin {
    text-align: center;
    margin-top:35px;
}
.frm_forms {
    padding:15px;
}
div.half {
    width:50%;
    float:left;
    margin:0;
}
.padded {
    padding-left:15px;
}
h4 {
    text-transform: uppercase;
    text-align:center;
}
span.error-msg {
    text-transform: none;
    color: red;
    display:block;
    font-weight:100;
}
div.apple-google-pay-header {
    display: block;
    text-align: center;
    position: relative;
    width: 100%;
    height: 2px;
    background-color: #5c9c0a;
    margin-top: 25px;
}
div.apple-google-pay-header > span {
    position: absolute;
    width: 50px;
    left: 50%;
    margin-left: -25px;
    top: -13px;
    background-color: white;
    padding: 5px;
    color: #5c9c0a;
    font-weight:bold;
}
div.launch-app {
    display:none;
}
@media (max-width: 768px) {
    div.allow-launch div.launch-app {
        display: block;
    }
    div.allow-launch div.main-block {
        display:none;
    }
}

a.return-link {
    float:right;
    color: #437700;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    outline: 0;
    margin-top: 34px;
    margin-bottom: 0;
    font-size: 14px;
}


.loader,
.loader:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}
.loader {
    font-size: 10px;
    position: relative;
    text-indent: 0;
    color: transparent;
    overflow: hidden;
    white-space: nowrap;

    border-top: 5px solid rgba(255, 255, 255, 0.2);
    border-right: 5px solid rgba(255, 255, 255, 0.2);
    border-bottom: 5px solid rgba(255, 255, 255, 0.2);
    border-left: 5px solid rgba(92, 156, 10, 0.8);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
    margin:0 auto;
    display:none;
}
@-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);
  }
}

div.launch-app {
    text-align: center;
    margin-top: 30px;
}