@CHARSET "UTF-8";
@import url("../../../../webfonts/helveticace/stylesheet.css");
@import url("../../../../webfonts/helveticaneue_bold/stylesheet.css");
@import url("../../../../webfonts/helveticaneue_condensed/stylesheet.css");

#sp-main-body {
    background: #fff !important;
}

#af-login-page h4 {
    /*color: #fff !important;*/
    font-weight: 500 !important;
    text-transform: uppercase;
}

#af-login-page label {
    font-family: "helveticaneue condensed";
}

#af-login-page .af-btn-anchor {
    /*color: #fff !important;*/
}

#af-login-page {
    background: none !important;
    padding-top: 80px;
}

#my-recaptcha {
    margin-bottom: 0 !important;
}

.af-login-login-box {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15), 0px 0px 1px 1px rgba(0, 0, 0, 0.1); 
    padding: 20px 20px 30px;
    border-top: 2px solid #000;
    min-height: 510px;
}

.vertical-center {
    font-weight: bold;
    position: relative;   
    top: 50%;   
    transform: translateY(-50%);
}

.block-separator-or {
    height: 200px;
    text-align: center;
}

.my-icon-page {
    float: left;
    text-align: center;
    width: 100%;
}

.my-icon-container {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 50%;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.15), 0 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #000;
    font-size: 25px;
    height: 60px;
    margin: -50px auto 0;
    padding-top: 15px;
    width: 60px;
}

.af-btn-action {
  background: #fee001;
  background-image: -webkit-linear-gradient(top, #fee001, #fed976);
  background-image: -moz-linear-gradient(top, #fee001, #fed976);
  background-image: -ms-linear-gradient(top, #fee001, #fed976);
  background-image: -o-linear-gradient(top, #fee001, #fed976);
  background-image: linear-gradient(to bottom, #fee001, #fed976);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #e4701e;
  padding: 10px 20px 10px 20px;
  border: solid #fee001 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.af-btn-action:hover, .af-btn-action:focus {
  background: #fee001;
  text-decoration: none;
  border: 2px solid #e4701e;
  color: #e4701e;
}

input::-webkit-input-placeholder {
    color: #cdcdcd !important;
}
 
input:-moz-placeholder { /* Firefox 18- */
    color: #cdcdcd !important;  
}
 
input::-moz-placeholder {  /* Firefox 19+ */
    color: #cdcdcd !important;  
}
 
input:-ms-input-placeholder {  
    color: #cdcdcd !important;  
}

#af-login-login fieldset {
    padding: 11px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15), 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.login-action{
    padding: 15px;
}
.forgot-pass{
    padding-bottom: 7px;
    padding-top: 7px;
    margin-top: 10px;
}
@media (min-width: 1024px) {
    #sp-main-body {
        padding: 0 0 200px;
    }

    #af-login-page {
        background: #f9f9f9;
        /*padding: 20px 150px 50px;*/
    }

    #af-btn-login {
        width: 80%;
        display: block;
        margin: 20px auto 0;
    }
    /*
    input.af-login-page-input {
        border: none !important;
    }
    */
    #af-login-page h4 {
        margin-bottom: 35px;
        margin-top: 40px;
        text-align: center;
    }

    .af-login-page-need-more {
        background: #ffffff;
        padding: 15px 0px 35px;
        margin-top: 15px;
        border-radius: 5px;
        text-align: center;
        font-size: 12px;
        font-weight: normal;
    }

    .af-btn-link {
        margin-top: 10px;
        background-color: #f2f2f2;
        border: 1px solid #f2f2f2;
        width: 100%;
    }

    .af-btn-link:hover,  .af-btn-link:focus {
        background-color: #ffffff;
        border: 1px solid #f2f2f2;
    }

    .af-btn-anchor {
        text-align: center;
        color: #000;
        font-weight: normal;
        text-decoration: none;
        font-size: 12px;
        width: 100%;
        display: block;
        margin-top: 10px;
        background: none;
        border: none;
        cursor: pointer;
    }

    .af-btn-anchor:hover,  .af-btn-anchor:focus{
        text-decoration: none;
        color: #000;
    }

    #af-login-page .row {
        /*margin-top: 50px;*/
    }

    .alert {
        font-family: "helveticaneue condensed";
        font-weight: normal;
        font-size: 14px;
        padding: 10px 20px;
    }
}
@media (min-width: 780px) and (max-width: 1023px) {
    #sp-main-body {
        padding: 0 0 200px;
    }

    #af-login-page {
        background: #f9f9f9;
        /*padding: 20px 150px 50px;*/
    }

    #af-btn-login {
        width: 80%;
        display: block;
        margin: 20px auto 0;
    }

    input.af-login-page-input {
        border: none !important;
    }

    #af-login-page h4 {
        margin-bottom: 35px;
        margin-top: 40px;
        text-align: center;
    }

    .af-login-page-need-more {
        background: #ffffff;
        padding: 15px 0px 35px;
        margin-top: 15px;
        border-radius: 5px;
        text-align: center;
        font-size: 12px;
        font-weight: normal;
    }

    .af-btn-link {
        margin-top: 10px;
        background-color: #f2f2f2;
        border: 1px solid #f2f2f2;
        width: 100%;
    }

    .af-btn-link:hover,  .af-btn-link:focus {
        background-color: #ffffff;
        border: 1px solid #f2f2f2;
    }

    .af-btn-anchor {
        text-align: center;
        color: #000;
        font-weight: normal;
        text-decoration: none;
        font-size: 12px;
        width: 100%;
        display: block;
        margin-top: 10px;
        background: none;
        border: none;
        cursor: pointer;
    }

    .af-btn-anchor:hover,  .af-btn-anchor:focus{
        text-decoration: none;
        color: #000;
    }

    #af-login-page .row {
        /*margin-top: 50px;*/
    }

    .alert {
        font-family: "helveticaneue condensed";
        font-weight: normal;
        font-size: 14px;
        padding: 10px 20px;
    }
}
@media (max-width: 779px) {
    #sp-main-body {
        padding: 0 0 200px;
    }

    #af-btn-login {
        width: 100%;
        display: block;
        margin: 20px auto 0;
    }

    input.af-login-page-input {
        /*border: none !important;*/
    }

    #af-login-page h4 {
        margin-bottom: 35px;
        margin-top: 40px;
        text-align: center;
    }

    .af-login-page-need-more {
        background: #ffffff;
        padding: 15px 0px 35px;
        margin-top: 15px;
        border-radius: 5px;
        text-align: center;
        font-size: 12px;
        font-weight: normal;
    }

    .af-btn-link {
        margin-top: 10px;
        background-color: #f2f2f2;
        border: 1px solid #f2f2f2;
        width: 100%;
    }

    .af-btn-link:hover,  .af-btn-link:focus {
        background-color: #ffffff;
        border: 1px solid #f2f2f2;
    }

    .af-btn-anchor {
        text-align: center;
        color: #000;
        font-weight: normal;
        text-decoration: none;
        font-size: 12px;
        width: 100%;
        display: block;
        margin-top: 10px;
        background: none;
        border: none;
        cursor: pointer;
    }

    .af-btn-anchor:hover,  .af-btn-anchor:focus{
        text-decoration: none;
        color: #000;
    }

    #af-login-page .row {
        /*margin-top: 50px;*/
    }

    .alert {
        font-family: "helveticaneue condensed";
        font-weight: normal;
        font-size: 14px;
        padding: 10px 20px;
    }
    #af-login-page {
        background: #f9f9f9;
        padding: 20px;
    }
}
