@font-face {
    font-family: 'PFBeauSansPro';
    src: url(../fonts/PFBeauSansPro-Bold.ttf) format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'PFBeauSansPro';
    src: url(../fonts/PFBeauSansPro-SemiBold.ttf) format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'PFBeauSansPro';
    src: url(../fonts/PFBeauSansPro-Regular.ttf) format('truetype');
    font-weight: 400;
}

.spectator-journey-login * {
    font-family: "PFBeauSansPro";
    color: #fff;
}

.spectator-journey-login #login_error, .spectator-journey-login .message {
    color: #32373c;
}


.spectator-journey-login .dashicons {
    font-family: dashicons;
    line-height: 42px;
    color: #1FBDC5;
}
.spectator-journey-login #login > #resetpassform .button-secondary {
    height: 45px;
    border: none;
    box-shadow: none;
    vertical-align: top;
    border-radius: 0px 5px 5px 0px;
    text-align: center;
}

.spectator-journey-login {
    display: none;
}

.login-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../imgs/spectator-journey-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 600px;
    z-index: -1;
}

.spectator-journey-login #login {
    width: 100%;
    max-width: 1120px;
    height: 100vh;
    position: relative;
    padding: 0;
    min-height: 600px;

}

.spectator-journey-login #login > h1, .spectator-journey-login #backtoblog {
    display: none;
}

.spectator-journey-login label {
    color: transparent;
    position: relative;
}

.spectator-journey-login #login > form {
    background: transparent;
    box-shadow: none;
    position: absolute !important;
    overflow: visible;
    margin: 0;
    padding: 0;
    left: 60% !important;
    right: 5%;
    transform: translateY(-50%);
}

.spectator-journey-login #login > #loginform {
    top: 50%;
}

.spectator-journey-login #login > #lostpasswordform {
    top: calc(50% - 45px);
}

.spectator-journey-login #login > #resetpassform {
    top: calc(50% - 45px);
}

.spectator-journey-login .password-input-wrapper  {
    width: 100%;
}

.spectator-journey-login #login > #resetpassform .password-input-wrapper input {
    width: 100%;
    border-radius: 5px 0px 0px 5px;
    box-shadow: none;
    border-right: 1px solid rgba(14,88,134,0.43);
    padding-left: 15px;
}

.spectator-journey-login #login .input {
    border-radius: 5px;
    box-shadow: 0px 6px 10px 0px rgba(14,88,134,0.43);
    font-size: 17px;
    line-height: 22px;
    font-weight: 400;
    width: 100%;
    height: 44px;
    padding-left: 50px;
    border: none;
    position: relative;
    margin-bottom: 0px;
    padding-top: 5px;
}

.spectator-journey-login #login #user_pass {
    margin-bottom: 16px;
}

.spectator-journey-login #lostpasswordform #user_login {
    margin-bottom: 32px;
}

.spectator-journey-login label[for="user_login"]::before {
    color: #1FBDC5;
    font-size: 13px;
    content: "\f406";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 33px;
    left: 23px;
    z-index: 1;
}

.spectator-journey-login label[for="user_pass"]::before {
    color: #1FBDC5;
    font-size: 13px;
    content: "\f023";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 33px;
    left: 23px;
    z-index: 1;
}


.spectator-journey-login #wp-submit{
    font-family: sans-serif;
    color: #FFFFFF;
    background-color: #B9D65D;
    box-shadow: 0px 6px 10px 0px rgba(14,88,134,0.43);
    border: none;
    border-radius: 20px;
    height: 40px;
    text-align: center;
    width: 183px;
    text-shadow: none;
    font-size: 17px;
    font-weight: 500;
    float: none;
    margin: 0 auto;
    display: block;
    /* line-height: 44px; */
}

.spectator-journey-login #loginform .forgetmenot {
    float: none;
    margin-bottom: 20px !important;
}

.spectator-journey-login #loginform .forgetmenot #rememberme {
    border: none;
    border-radius: 5px;
}

.spectator-journey-login #loginform .forgetmenot label {
    color: #FFFFFF;
    font-family: sans-serif;
}

.spectator-journey-login #nav {
    position: absolute;
    right: 5%;
    top: calc(50% + 10px);
    padding: 0;
}

.spectator-journey-login.login-action-lostpassword #nav {
    top: calc(50% + -53px);
}

.spectator-journey-login #nav a {
    color: #FFFFFF !important;
    font-family: sans-serif;
}


.spectator-journey-login #nav a:hover, .spectator-journey-login #wp-submit:hover {
    opacity: 0.7;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: sans-serif;
    line-height: normal;
    color: #D5D5D5;
}
::-moz-placeholder { /* Firefox 19+ */
    font-family: sans-serif;
    line-height: normal;
    color: #D5D5D5;
}
:-ms-input-placeholder { /* IE 10+ */
    font-family: sans-serif;
    line-height: normal;
    color: #D5D5D5;
}
:-moz-placeholder { /* Firefox 18- */
    font-family: sans-serif;
    line-height: normal;
    color: #D5D5D5;
}





.spectator-journey-login .login-description{
    position: absolute;
    top: calc(50% - 30px);
    transform: translateY(-50%);
    right: 50%;
    left: 5%;
}

.spectator-journey-login .login-description h1 {
    color: #FFFFFF;
    font-size: 33px;
    font-weight: 900;
    line-height: 44px;
    letter-spacing: -0.016rem;
    text-align: left;
    margin-bottom: 33px;
}

.spectator-journey-login .login-description h3 {
    text-align: left;
    color: #FFFFFF;
    font-size: 19px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.010rem;
}



@media only screen and (max-width: 1023px) {
    .spectator-journey-login .login-description{
        position: absolute;
        right: 5%;
        left: 5%;
        top: calc(50% - 200px);
        transform: translateY(0%);
    }

    .spectator-journey-login #login > form {
        top: 45% !important;
        left: 5% !important;
        right: 5%;
        transform: translateY(0%);
    }

    .spectator-journey-login #nav {
        top: calc(45% + 135px);
    }

    .spectator-journey-login.login-action-lostpassword #nav {
        top: calc(45% + 62px);
    }
}

@media only screen and (max-width: 500px) {
    .spectator-journey-login .login-description{
        top: 79px;
    }

    .spectator-journey-login #login > #loginform {
        top: 320px !important;
    }

    .spectator-journey-login #login > #lostpasswordform {
        top: 320px;
    }

    .spectator-journey-login #nav {
        top: 456px;
    }

    .spectator-journey-login.login-action-lostpassword #nav {
        top: 383px;
    }

    .spectator-journey-login #lostpasswordform #user_login {
        margin-bottom: 54px;
    }
}

#login_error > * { color: #000000 !important; }
