html, body {
    height: 100%;
    background-color: #0d83dd;
    color: white;
}

html, body, div, * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}

body {
    font-family: Franklin-Gothic-URW,Helvetica,Arial,sans-serif;
    font-size: 14px;
}

header {
    margin: 20px 0 0 0;
    width: 100%;
    clear: both;
    overflow: visible;
    text-align: center;
}

section#login {
    margin: 50px auto;
    width: 280px;
    clear: both;
    overflow: visible;
    text-align: center;
    padding: 50px 0;
}

section#register {
    margin: 50px auto;
    width: 320px;
    clear: both;
    overflow: visible;
    text-align: center;
    padding: 50px 0;
}

#logo {
    margin: 0 auto 40px auto;
    width: 250px;
}

img#powered_by {
    height: 50px;
    margin-top: 70px;
}

h1 {
    font-family: Franklin-Gothic-URW,Helvetica,Arial,sans-serif;
    margin: 0 0 30px 0;
    font-size: 50px;
    color: #fff;
    font-weight: 400;
    text-rendering: optimizelegibility;
    text-align: center;
}
h2 {
    font-family: Franklin-Gothic-URW,Helvetica,Arial,sans-serif;
    margin: 0 0 24px 0;
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
}

p {
    font-size: 13px;
    color: #fff;
}

a {
    text-decoration: underline;
    color: white;
}

ul.greentick {
    margin: 0 0 10px 10px;
    padding: 0;
}

ul.greentick li {
    margin: 0;
    background: url('images/greentick.png') left center no-repeat;
    padding: 3px 0 3px 30px;
    list-style: none;
    text-align: left;
    color: #fff;
}

div.field {
    display: block;
    overflow: auto;
    margin: 20px 0;
}

fieldset {
    border: 0;
}

label {
    width: auto;
    float: left;
    color: #fff;
    font-size: 16px;
    padding: 10px 0;
    cursor: pointer;
    text-align: left;
}

label.bold {
    font-family: Arial;
    font-weight: bold;
}

input, select {
    width: 200px;
    font-size: 14px;
    padding: 10px;
    border-radius: 0;
    border: none;
    background-color: #FFF;
    color: #111;
    line-height: normal;
    float: right;
}

.big_button {
    padding: 10px 50px;
    border-radius: 2px;
    cursor: pointer;
    background-color: #80bd01;
    color: white !important;
    font-size: 14px;
    transition: 0.2s;
    background-repeat: no-repeat;
    display: inline-block;
}

.big_button:hover {
    background-color: #37638c;
    color: #fff;
}

.g-recaptcha {
    float: right;
    height: 84px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #999;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #999;
}
:-moz-placeholder { /* Firefox 18- */
  color: #999;
}

.message {
    clear: both;
    overflow: visible;
}

.msg_lvl2 {
    border: 1px solid red;
    background: #c00;
    padding: 5px 10px;
    color: #f5f5f5;
    font-weight: normal;
}

input.error {
    border-color: #c00;
}

span.error {
    font-size: 14px;
    text-align: center;
    display: none;
    padding: 5px;
    width: 100%;
    margin: 0 0 10px 120px;
    border: 1px solid red;
    background: #c00;
    padding: 5px 10px;
    color: #f5f5f5;
    float: right;
}

#confirm_cotype, #confirm_vattype {
    display: none;
}

#login_form {
    display: block;
    overflow:auto;
    clear:both;
}

div.actions {
    padding: 20px 0;
    clear:both;
    overflow:auto;
    width:200px;
    float: right;
    margin-top: 10px;
}

div.actions a {
    font-size: 16px;
    text-decoration: none;
}

div.actions a:last-child {
    border-left: 1px solid white;
    padding-left: 17px;
}