
body {
    font-family: 'Lato';
    background-color: #F8F8F8;
}
/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 1000;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 170px;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(144, 144, 144, 0.18);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(140, 198, 63, 1) 1.5em 0 0 0, rgba(140, 198, 63, 1) 1.1em 1.1em 0 0, rgba(140, 198, 63, 1) 0 1.5em 0 0, rgba(140, 198, 63, 1) -1.1em 1.1em 0 0, rgba(140, 198, 63, 1) -1.5em 0 0 0, rgba(140, 198, 63, 1) -1.1em -1.1em 0 0, rgba(140, 198, 63, 1) 0 -1.5em 0 0, rgba(140, 198, 63, 1) 1.1em -1.1em 0 0;
    box-shadow: rgba(140, 198, 63, 1) 1.5em 0 0 0, rgba(140, 198, 63, 1) 1.1em 1.1em 0 0, rgba(140, 198, 63, 1) 0 1.5em 0 0, rgba(140, 198, 63, 1) -1.1em 1.1em 0 0, rgba(140, 198, 63, 1) -1.5em 0 0 0, rgba(140, 198, 63, 1) -1.1em -1.1em 0 0, rgba(140, 198, 63, 1) 0 -1.5em 0 0, rgba(140, 198, 63, 1) 1.1em -1.1em 0 0;
}
.login-card {
    background-color: #F5F5F5;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
    /* border: none; */
}
.ir-logo {
    width: 380px;
}
.icons{
    width: 25px;
    vertical-align: -webkit-baseline-middle;
}
.submit-button {
    color: white;
    background: #8cc63f;
    padding: 7px 55px;
    border: none;
    border-radius: 2px;
    outline: none;
    
}

.submit-button-signup {
    color: white;
    background: #8cc63f;
    border: none;
    border-radius: 2px;
    outline: none;
    width: 100%;
    
}
.lead-email-sigup
{
    font-weight: bold;
    margin-top: 11px;
    display: inline-block;
}

.button-signup-col{
    padding-right: 1px;
}
.button-signin-col{
    padding-left: 1px;
}

.inline_blk{
    display: inline-block !important;
}
.login_link{
    color: black;
}
.sign_in_btn{
    text-decoration: none;
    color: white;
}
.sign_in_btn:hover{
    text-decoration: none;
    color: white;
}

.invalid_email_msg{
    text-align: center;
    display: none;
    color: red;
}
.center {
    text-align: center;
}

.logo-size
{
    width: 197px;
    margin: 14px;
    height: 40px;
}
.mr-28{
    margin-right:28px;
}
.ml-3px{
    margin-left:3px
}
.ml-2px{
    margin-left:2px;
}
.password_c{
    width: 285px;
    margin-left: -23px;
}