@font-face {
    font-family: 'Akko Pro';
    src: url('/typo3conf/ext/pb_backend_ext/Resources/Public/Css/fonts/AkkoPro-Medium.woff2') format('woff2'),
        url('/typo3conf/ext/pb_backend_ext/Resources/Public/Css/fonts/AkkoPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Akko Pro';
    src: url('/typo3conf/ext/pb_backend_ext/Resources/Public/Css/fonts/AkkoPro-Bold.woff2') format('woff2'),
        url('/typo3conf/ext/pb_backend_ext/Resources/Public/Css/fonts/AkkoPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Akko Pro';
    src: url('/typo3conf/ext/pb_backend_ext/Resources/Public/Css/fonts/AkkoPro-Black.woff2') format('woff2'),
        url('/typo3conf/ext/pb_backend_ext/Resources/Public/Css/fonts/AkkoPro-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Akko Pro';
    src: url('/typo3conf/ext/pb_backend_ext/Resources/Public/Css/fonts/AkkoPro-Light.woff2') format('woff2'),
        url('/typo3conf/ext/pb_backend_ext/Resources/Public/Css/fonts/AkkoPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

body {
    min-height: 100%;
    margin: 0;
    background: #018bd3 url(../Images/bg-login.jpg) center center no-repeat;
    background-size: cover;
}

.frame-type-felogin_login input,
.frame-type-felogin_login {
    font-family: 'Akko Pro', sans-serif;
    font-weight: 300;
    text-align: left;
}

.frame-type-felogin_login {
    min-height: 95vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.pb-login-form .d-flex {
    display: flex;
}

.pb-login-form .justify-content-center {
    justify-content: center;
}

.pb-login-form .align-items-center {
    align-items: center;
}

.pb-login-form .header {
    margin: 0 0 25px 0;
}

.pb-login-form .logo {
    padding: 0 10px 0 0;
    margin-left: -10px;
    max-width: 50px;
}

.pb-login-form h3 {
    margin: 0;
    padding: 0;
    font-weight: 300;
}

.pb-login-form {
    background: #fff;
    max-width: 550px;
    padding: 40px;
    box-shadow: 0 1px 13px rgba(0,0,0,0.15);
    border-radius: 10px 10px 0px 10px;
}

.pb-login-form .form-row {
    display: flex;
    align-items: center;
    padding: 5px 0 5px 0;
}

.pb-login-form .form-row .icon {
    min-width: 30px;
    color: #555;
}

.pb-login-form .form-row input {
    min-width: 300px;
    font-size: 0.9rem;
    background-color: #eee !important;
    padding: 10px 15px;
}

.pb-login-form .actions {
    padding-top: 20px;
    text-align: right;    
}

.pb-login-form .submit {
    background: #066aa0;
    color: #fff;
    padding: 8px 20px;
    width: auto;
    border-radius: 10px 10px 0px 10px;
}


input:-moz-autofill,
textarea:-moz-autofill,
select:-moz-autofill,
input:-ms-autofill,
textarea:-ms-autofill,
select:-ms-autofill,
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #eee !important;
  color: #000 !important;
}