#logger {
    position: relative;
    padding: 10px;
    width: 280px;
    margin: 0 auto;
    top:300px;
    background: white;
    border-radius: 10px;
    text-align: center;
}
html, body {
    background: url(../img/access/background-access.jpg) no-repeat 70% 130px black;
    background-size: contain;
    min-height: 500px;
    position: relative;
}
.inputter {
    padding: 5px;
    width: 260px;
    border: solid 1px #6b6a6a;
    background: #fff;
    position: relative;
    margin-bottom: 20px;
    border-radius: 5px;
    font-size: 12px;
}
.submitter {
    height: 30px;
    padding: 5px;
    width: 260px;
    border: solid 1px #6b6a6a;
    background-color: #aaa7a7;
    position: relative;
    border-radius: 5px;
    cursor: pointer;
    font-size: 12px;
    color: white;
}
.submitter:hover {
    background-color: #838282;
}

.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px;text-align: left}
.alert h4{margin-top:0;color:inherit}
.alert .alert-link{font-weight:700}
.alert>p,.alert>ul{margin-bottom:0}
.alert>p+p{margin-top:5px}
.alert-dismissable,
.alert-dismissible{padding-right:35px}
.alert-dismissable .close,
.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}
.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}
.alert-success hr{border-top-color:#c9e2b3}
.alert-success .alert-link{color:#2b542c}
.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}
.alert-info hr{border-top-color:#a6e1ec}
.alert-info .alert-link{color:#245269}
.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}
.alert-warning hr{border-top-color:#f7e1b5}
.alert-warning .alert-link{color:#66512c}
.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}
.alert-danger hr{border-top-color:#e4b9c0}
.alert-danger .alert-link{color:#843534}

.logo {
    position: absolute;
    top:80px;
    right:24%;
    width: 200px;
    height: 130px;
    background: url(../img/access/logo-pbt-2.png) no-repeat center;
    background-size: contain;
}
.logo span {
    position: absolute;
    top:100%;
    width: calc(100% + 40px);
    font-size: 11px;
    color: #68c869;
    left:-20px;
    white-space: nowrap;
    text-align: center;
}

.registered {
    position: absolute;
    top:580px;
    right:23%;
    width: 200px;
    color: #68c869;
    font-size: 12px;
}
.registered span {
    position: absolute;
    top: -4px;
    left: -17px;
    font-size: 16px;
}
.registered div {
    position: absolute;
    top: 19px;
    left: -18px;
    font-size: 12px;
}

#cookieConsent {
    position: fixed;
    z-index: 10000;
    background: #6f6f6d;
    text-align: center;
    padding-top: 10px;
    width: 300px;
    left: calc(50% - 150px);
    bottom: 20px;
    color: white;
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
    font-weight: normal;
    border-radius: 10px;
}

.text_cookies {
    position: relative;
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    font-size: 12px;
}

.btn_cookies {
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    height: 34px;
}

.btn-main-md {
    padding: 8px 19px;
    border-radius: 3px;
    background: white;
    color: #000;
    outline: none;
    display: inline-block;
    position: relative;
    width: 44%;
    font-size: 12px;
    cursor: pointer;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
}
.btn.accept:hover {
    background-color: #1daea1 !important;
}
.btn.decline:hover {
    background-color: #fdc0c0 !important;
}
.btn-main-md.accept {
    float: right;
    margin-right: 10px;
}
.btn-main-md.decline {
    float: left;
    margin-left: 10px;
}

.button-loading {
    background: url(../img/loading-small-white.png) no-repeat 10px center #aaa7a7;
}