@font-face {
    font-family: 'BBBank Type TT';
    src: url('./css/fonts/BBBankTypeTT-Bold.woff2') format('woff2'),
        url('./css/fonts/BBBankTypeTT-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BBBank Type TT';
    src: url('./css/fonts/BBBankTypeTT-Regular.woff2') format('woff2'),
        url('./css/fonts/BBBankTypeTT-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BBBank Type TT';
    src: url('./css/fonts/BBBankTypeTT-Regular.woff2') format('woff2'),
        url('./css/fonts/BBBankTypeTT-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BBBank Type TT';
    src: url('./css/fonts/BBBankTypeTT-Bold.woff2') format('woff2'),
        url('./css/fonts/BBBankTypeTT-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html {
    height: auto;
}
body {
    height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: stretch;
    background-color: #fff;
}

body *{
    font-family: "BBBank Type TT";
}

#bg {
    width: 57.4%;
    background-image: url('./resources/images/Hintergrund.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}

#login {
    width: 42.6%;
    padding: 5% 10% 5% 9%;
    margin: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding-bottom: 50px;
}

#login h1 a, .login h1 a {
    background-image: url('https://bbbank-tool.schwind-dev.de/wp-content/uploads/2023/04/BBBank_Logo_Claim_RGB_beschnitten.jpg');
    height:62.05px;
    width:208.01px;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-bottom: 60px;
    margin-bottom: 20px;
    margin-left: 0px;
}

.login h1{
    text-align: left;
    margin-bottom: 30px;
}

.login p{
    font-size: 18px;
    font-weight: 400;
}

.login form{
    background-color: transparent;
    border: 0px;
    box-sizing: none;
    padding: 0px;
    overflow: visible;
    box-shadow: none;
}

.login #login_error{
    margin-top: 30px;
}

.language-switcher{
    display: none;
}

html{
    padding-bottom: 0px!important;
}

.forgetmenot{
    display: none;
}

p.submit{
    position: relative;
    top: 90px;
    display: inline-block;
}

p.submit:hover{
    background-color: #fff;
    color: #005ca9;
}

p.submit:hover #wp-submit{
    color: #005ca9;
}

p.submit:hover:after{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' id='icon-next' fill='%23005ca9'%3E%3Ctitle%3Enext%3C/title%3E%3Cpath d='M0 0v9.29h32.141L1.359 40.07l6.572 6.569 30.778-30.78V48H48V0z'%3E%3C/path%3E%3C/svg%3E");
}

p.submit::after{
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' id='icon-next' fill='%23fff'%3E%3Ctitle%3Enext%3C/title%3E%3Cpath d='M0 0v9.29h32.141L1.359 40.07l6.572 6.569 30.778-30.78V48H48V0z'%3E%3C/path%3E%3C/svg%3E");
    width: 16px;
    height: 16px;
    right: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

p.submit{
    float: none;
    background-color: #005ca9;
    border-radius: 0px;
    padding: 0px 120px 0px 20px!important;
    border: 4px solid #005ca9!important;
    font-weight: bold;
}

#wp-submit{
    background-color: transparent;
    font-size: 20px;
    height: auto;
    border: 0px!important;
    padding: 0px!important;
}


#nav{
    position: relative;
    top: -60px;
    padding: 0px!important;
    margin-top: 0px!important;
    margin-bottom: 120px!important;
}

#nav a{
    font-size: 20px;
    color: #8FC225!important;
    margin: 0px;
}

#nav a:hover{
    text-decoration: underline;
}

input[type=text]:focus,
input[type=password]:focus{
    border-color: #005ca9!important;
    box-shadow: none!important;
    outline: 0px!important;
}

.login form .input, .login form input[type=checkbox], .login input[type=text]{
    height: 54px;
    border: 2px solid #D3D3D3;
    color: #bbbcbc;
}

.login label{
    font-size: 20px;
    color: #D3D3D3;
}

#backtoblog{
    display: none;
}

.login .button.wp-hide-pw{
    height: 54px;
    color:#D3D3D3;
}

.emails{
    margin-bottom: 20px;
}

@media(max-width:768px){
    #login {
        width: 100%;
        padding: 5%;
        margin: inherit;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: center;
        box-sizing: border-box;
    }

    #bg{
        display: none;
    }


}

@media(max-width:1400px){
    #login{
        width: 80.6%;
    }
}
