#login-form input[type='text'],
#login-form input[type='email'],
#login-form input[type='password'] {
	background: #dfe5f4;
    border: none;
    color: #2b2d2e;
    font-size: 15px;
    font-weight: 500;
    padding: 10px;
    margin-bottom: 15px;
    width: 90%;
}

#login-form input[type='submit'] {
	margin-bottom: 10px;
}

#login-form input[type='checkbox'] {
    transform: translateY(2px);
	-ms-transform: translateY(2px);
	-moz-transform: translateY(2px); 
	-o-transform: translateY(2px); 
	-webkit-transform: translateY(2px); 
}

.login-box {
    max-width: 630px;
    margin: auto;
}

/* Notices */
#submit-message {
    color: #e52506;
    font-weight: 500;
    margin-bottom: 15px;
}

/* New Layout */
.full-cover {
    width: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}

.half-width {
    flex: 1;
    min-height: 100vh;
    position: relative;
}

#login-area {
    background-color: #E4E8F0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#floating-login {
    width: 372px;
    margin-bottom: auto;
    margin-top: auto;
}

#floating-login .playerxp-logo {
    background: url("../../images/icons/svg/PlayerXP-Logo-Main.svg");
    background-size: 100%; background-repeat: no-repeat; background-position: center;
    margin:auto;
    cursor: pointer; height: 50px; width: 215px;
}

#floating-login #form-holder {
    background-color: #FFFFFF;
    width: 100%;
    border-radius: 3px;
    border: solid #D7DAE0 1px;
    margin: 30px 0px 0px;
    padding: 20px;
}

#floating-login #form-holder label {
    font-size: 12px;
    color: #575757;
    margin-bottom: 10px;
    font-weight: 600;
}

#floating-login #form-holder input[type=email], #floating-login #form-holder input[type=password], #floating-login #form-holder input[type=text] {
    border-radius: 3px;
    background-color: white;
    border: solid #D7DAE0 1px;
    width: 100%;
    margin: 0 auto;
    display: block;
    font-size: 13px;
    margin-bottom: 17px;
}

#floating-login #form-holder input::placeholder {
    color: #D7DAE0;
}

#floating-login #form-holder #login {
    margin-top: 3px;
    background-color: #F46034;
    width: 100%;
    border-radius: 3px;
    margin-bottom: 0px;
    font-size: 12px;
}

#floating-login #form-holder #login:hover {
    background-color: white;
    color: #FF825D;
    font-weight: 700;
}

#floating-login .divide {
    width: 100%;
    height: 1px;
    background-color: #D7DAE0;
    margin: 15px 0px;
}

#floating-login #submit-message {
    text-align: center;
    font-size: 10px;
    display: block;
    margin: 10px 0px;
}

#floating-login #forgot {
    color: #4E7CD1;
    text-align: center;
    font-size: 10px;
    width: fit-content;
    display: block;
    cursor: pointer;
    margin: auto;
}

#floating-login #not-customer {
    width: 100%;
    margin-top: 20px;
    display: flex;
    direction: row;
    justify-content: center;
}

#floating-login #not-customer p {
    font-size: 12px;
    font-weight: 500;
    color: #575757;
    display: inline;
    margin: 10px 20px 0px 0px;
}

#floating-login #not-customer .btn {
    border-radius: 5px;
    background-color: white;
    background-image: none;
    color: #F46034;
    font-size: 12px;
    padding: 10px 0px;
    border: solid 1px #D7DAE0;
}

#floating-login #not-customer .btn:hover {
    font-weight: 700;
    border: solid 1px #F46034;
}

#login-area #simple-footer {
    font-size: 13px;
    color: #242C3F;
    text-align: center;
}

#login-area #simple-footer a {
    color: inherit;
}

#news-area {
    background-color: #242c3c;
    position: relative;
}

#news-area #video-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(36,44,60,.95);
}

#news-area #video-bg {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
}

#news-area #page-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
}

#news-area .section {
    padding: 30px;
    width: 100%;
    z-index: 1;
}

#news-area .section:first-of-type {
    margin-bottom: auto;
}

#news-area .section:last-of-type {
    margin-top: auto;
}

#news-area .btn {
    background: none;
    border: 1px solid #fff;
    padding: 10px 15px;
    font-size: 12px;
}

#news-area .btn:hover {
    background: #F46034;
    border: 1px solid #F46034;
}

#news-area h1 {
    font-size: 30px;
    color: #FFFFFF;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 2px;
    margin: 20px 0px 20px;
}

#news-area h2 {
    text-transform: uppercase;
    color: #E3E3E3;
    font-weight: 400;
    font-size: 15px;
    font-family: Montserrat;
    margin: 20px 0px;
    letter-spacing: 1px;
}

#news-area h3 {
    font-size: 18px;
    color: white;
    letter-spacing: 2px;
    line-height: 25px;
    margin: 0;
    text-transform: uppercase;
}

/* Blog loader overrides */
#blog-articles .article-parent .jloader {
    background-color: transparent !important;
}
#blog-articles .article-parent .jloader p {
    color: #FFFFFF !important;
}

/* hertzian logo  */
.hertzian-icon{
    background: url("../../images/hertzian_icon.png");
    background-size: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 20px;
    position: absolute;
    width: 20px;
    margin-left:3px;
}

/* End blog loader overrides */

@media (max-width: 1623px) {
    #news-area .section {
        padding: 0 30px;
    }

    #news-area h1 {
        font-size: 20px;
        line-height: 35px;
    }

    #news-area h3 {
        margin: 0 0 10px 0;
    }

    #news-area #page-content {
        padding: 20px 0px;
    }
}

@media (max-width: 1024px) {
    #news-area {
        display: none;
    }
}

