.loginpage {
    position: relative;
    color: #444;
    text-align: center;
}

.loginpage a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.loginpage {
    padding: 10px 0 200px 0;
    height: 100%;
    margin-bottom: -40px;
}
.loginpage .checkbox {
  text-align: left;
}
.loginpage p {
    font-size: 40px;
    font-weight: 200;
    line-height: 1.25;
}

.masthead-links {
    margin: 0;
    padding: 0;
    list-style: none;
}
.masthead-links li {
    display: inline;
    padding: 0 10px;
    margin: 0;
    color: #999;
}

.sign-in-form .alert-error a.close{
    color: #b94a48;
}

.sign-in-form {
    max-width: 310px;
    margin: auto auto;
    margin-bottom: 2em;
    margin-top: 2em;
}
.sign-in-form input[type=email]:first-child, .sign-in-form input[type=password] {
  margin-bottom: 10px;
}
.sign-in-form .form-horizontal .control-label {
    width: 80px;
}
.sign-in-form .form-horizontal .controls {
    margin-left: 100px;
}
.sign-in-form .controls {
    text-align: left;
}

.sign-in-form h1 {
    margin-bottom: 1em;
}

.lang-select {
    color: #337ab7;
    cursor: pointer;
    font-size: 80%;
}
.lang-select:hover {
    text-decoration: underline;
}

.lang-select.current {
    text-decoration: none;
    cursor: default;    
    color: #000;
    font-weight: bold;
}

#inputCurrency {
    margin-bottom: 2em;
}

.cookie-notice {
    color: #EEE;
    background-color: #363e45;
    padding: 20px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
.cookie-notice a {
    color: #FFF;
    text-decoration: underline;
}