/* This CSS is loaded in the login page. */
@font-face {
    font-family: 'NewsGoth';
    src: url('https://uncommon.co.uk/wp-content/themes/uncommon/fonts/NewsGothicBT-BoldCondensed.eot');
    src: url('https://uncommon.co.uk/wp-content/themes/uncommon/fonts/NewsGothicBT-BoldCondensed.eot?#iefix') format('embedded-opentype'),
         url('https://uncommon.co.uk/wp-content/themes/uncommon/fonts/NewsGothicBT-BoldCondensed.woff2') format('woff2'),
         url('https://uncommon.co.uk/wp-content/themes/uncommon/fonts/NewsGothicBT-BoldCondensed.woff') format('woff'),
         url('https://uncommon.co.uk/wp-content/themes/uncommon/fonts/NewsGothicBT-BoldCondensed.ttf') format('truetype'),
         url('https://uncommon.co.uk/wp-content/themes/uncommon/fonts/NewsGothicBT-BoldCondensed.svg#NewsGothicBT-BoldCondensed') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Maax';
    src: url('https://uncommon.co.uk/wp-content/themes/uncommon/fonts/Maax-Regular.eot');
    src: url('https://uncommon.co.uk/wp-content/themes/uncommon/fonts/Maax-Regular.eot?#iefix') format('embedded-opentype'),
         url('https://uncommon.co.uk/wp-content/themes/uncommon/fonts/Maax-Regular.woff2') format('woff2'),
         url('https://uncommon.co.uk/wp-content/themes/uncommon/fonts/Maax-Regular.woff') format('woff'),
         url('https://uncommon.co.uk/wp-content/themes/uncommon/fonts/Maax-Regular.ttf') format('truetype'),
         url('https://uncommon.co.uk/wp-content/themes/uncommon/fonts/Maax-Regular.svg#Maax-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Maax';
    src: url('https://uncommon.co.uk/wp-content/themes/uncommon/fonts/Maax-Bold.eot');
    src: url('https://uncommon.co.uk/wp-content/themes/uncommon/fonts/Maax-Bold.eot?#iefix') format('embedded-opentype'),
         url('https://uncommon.co.uk/wp-content/themes/uncommon/fonts/Maax-Bold.woff2') format('woff2'),
         url('https://uncommon.co.uk/wp-content/themes/uncommon/fonts/Maax-Bold.woff') format('woff'),
         url('https://uncommon.co.uk/wp-content/themes/uncommon/fonts/Maax-Bold.ttf') format('truetype'),
         url('https://uncommon.co.uk/wp-content/themes/uncommon/fonts/Maax-Bold.svg#Maax-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: 'Maax';
    background-color: #EEEBEB;
    margin-top: 0 !important;
}

body .account-wall {
    background-color: transparent;
    box-shadow: none;
    margin-top: 0;
    padding: 0;
}

.btn-social,
.text-center,
hr {
    display: none;
}

.col-sm-6 img {
    margin-top: 120px;
    width: 200px;
}

.form-signin::before {
    content: 'Members login';
    font-family: 'NewsGoth';
    text-transform: uppercase;
    color: #282828;
    font-size: 24px;
    margin: 20px 0 54px;
    letter-spacing: 0.4px;
}

.form-signin {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.form-signin input.form-control {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid;
    margin: 0 0 24px !important;
    background-color: transparent;
    -webkit-appearance: none;
    appearance: none;
    box-shadow: none;
    text-align: center;
    padding: 10px 10px 9px;
    font-size: 18px;
    color: #282828;
}

.form-signin input.form-control::placeholder,
.form-signin input.form-control::-webkit-placeholder {
    color: #282828;
}

.form-signin label.checkbox,
.form-signin a.need-help {
    font-size: 17px;
    color: #282828;
}

.form-signin label.checkbox {
    margin: 5px 0 18px;
}

.form-signin a.need-help {
    margin: 9px 0 26px;
}

.form-signin .btn {
    order: 1;
    width: 211px;
    margin: 0 auto;
    background-color: transparent;
    color: #282828;
    border-color: #282828;
    border-radius: 0;
    padding: 9px 0;
    transition: all ease .3s;
}

.form-signin .btn:hover {
    color: #282828;
    background-color: #ffffff;
    transition: all ease .3s;
}

#login-block .message {
    border: 0;
    border-radius: 0;
    padding: 22px 20px 20px;
    line-height: 1.5;
    text-align: center;
}
