body {
    font-family: "Roboto", Sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #141414;
}

html, body {
    width: auto;
    height: auto;
}

/* Hide unnecessary stuff */
.language-switcher,
.forgetmenot,
#backtoblog,
#login > h1,
.privacy-policy-page-link {
    display: none !important;
}

body {
    background: #fff;
    padding: 20px;
}
#loginform {
    border: none;
    box-shadow: none;
    padding: 0;
}

#login {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 500px;
}

input {
    border: 1px solid #818a91;border-color: #333;
    box-shadow: none !important;
}

input:focus {
    border-color: #ccc;
}

input#wp-submit {
    background-color: #FF831E;
    color: #fff;
    padding: 15px 40px 15px 40px;
    border: 0;
    margin: 0;
    line-height: 1;
    min-height: 0;
    width: 100%;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
    box-shadow: none !important;
}


input#wp-submit:hover {
    color: #FF831E;
    background-color: #FFF8F2;
}

.login #login_error {
    border-left-color: #FF831E;
    box-shadow: none;
}

.login #nav {
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 18px;
}


.login #nav a {
    color: #141414;
}

.login label {
    font-size: 18px;
    line-height: normal;
    padding: 0 0 5px 0;
}

a {
    color: #029EC4 !important;
    text-decoration: none !important;
}


a:hover {
    color: #029EC4 !important;
    text-decoration: underline !important;
}

  
.notice {
    font-size: 12px !important;
}