Main-Column (Several Logins)
CODE
×
HTML
<div class='main-column multi-login'> <h1 class='be-login'>Anmelden</h1> <div class='form-group-medium-left col'> <p>Melden Sie sich mit <b>(( Anmeldeart ))</b> an:</p> <div class='username'><input type="text" value="" class="floating-label username" placeholder="Benutzername" autocomplete="off" data-lp-ignore="" data-lpignore="true"><label class="floating-label">Benutzername</label></div> <div class='password-protection'><input type="password" class="floating-label" placeholder="Passwort" autocomplete="off" data-lp-ignore data-lpignore="true"><label class="floating-label">Passwort</label><img class="show open" src="img/show.svg"></div> <button class='submit login'><span style="margin-right:10px">Anmelden</span> <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="25" height="25" viewBox="0 0 20 14" style="enable-background:new 0 0 20 14;" xml:space="preserve" class="first"> <style type="text/css"> .st0{fill:#fff;} </style> <g transform="translate(10 -38.25)"> <g transform="translate(-10 38.25)"> <path class="st0" d="M10.5,10.1c-0.2,0.2-0.2,0.5,0,0.7c0.2,0.2,0.5,0.2,0.7,0l3.4-3.4c0.2-0.2,0.2-0.5,0-0.8l-3.4-3.4 c-0.2-0.2-0.5-0.2-0.7,0c-0.2,0.2-0.2,0.5,0,0.7l2.6,2.6H2.4C2.1,6.5,1.9,6.7,1.9,7s0.2,0.5,0.5,0.5h10.8L10.5,10.1z M16.1,0H8.3 c-1.1,0-2,0.9-2,2v2h1V2c0-0.6,0.4-1,1-1h7.8c0.6,0,1,0.4,1,1v10c0,0.6-0.4,1-1,1H8.3c-0.6,0-1-0.4-1-1v-2h-1v2c0,1.1,0.9,2,2,2 h7.8c1.1,0,2-0.9,2-2V2C18.1,0.9,17.2,0,16.1,0z"/> </g> </g> </svg></button> <p><p><a href="#" class="text-link">Passwort vergessen</a></p><p><a href="#" class="text-link">Neu registrieren</a></p> </form></p> </div> <div class='form-group-medium-right col'> <p class='divider'><span>oder</span></p> <button class='secondary w100'>AD Kanton Bern</button> <button class='secondary w100'>BE-Login</button> <button class='secondary w100'><img src="img/SwissID.png" style="height:24px;width:24px;margin-top: -3px;margin-right: 12px">SwissID</button> </div> </div>
CSS
@media screen and (max-width: 1119px) { div.main-column.multi-login { margin-left: 30px; margin-right: 30px; width: calc(100% - 60px); margin-top: 115px; margin-bottom: 45px; } } @media screen and (max-width: 767px) { div.main-column.multi-login { margin-left: 20px; margin-right: 20px; width: calc(100% - 40px); margin-top: 45px; margin-bottom: 25px; } } @media screen and (max-width: 1119px) { div.main-column { margin-left: 30px; margin-right: 30px; width: calc(100% - 60px); margin-top: 115px; } } @media screen and (max-width: 767px) { div.main-column { margin-left: 20px; margin-right: 20px; width: calc(100% - 40px); margin-top: 45px; } } @media screen and (max-width: 767px) { div.form-group-medium-left.col { margin-bottom: 35px; width: 100%; } div.form-group-medium-right.col { width: 100%; } } h1.be-login { color: var(--black); font-family: 'Roboto'; font-style: normal; font-weight: 100; margin: 0 0 44px -3px; font-size: 54px; line-height: 62px; letter-spacing: 0.01rem; word-spacing: 0.025rem; } p { color: var(--black); font-family: 'Roboto'; font-style: normal; font-weight: 300; margin-bottom: 15px; margin-top: -2px; max-width: 800px; font-size: 16px; line-height: 26px; } button.submit.login { overflow:hidden; text-align:center; font-family: 'Roboto'; font-style: normal; font-weight: 500; font-size: 16px; line-height: 26px; line-height: 24px; background-color: rgba(78,78,78,1); color: var(--white); display: inline-block; height: 49px; border-radius: 49px; border: none; padding: 0px 34px 0px 36px; vertical-align: middle; margin: 40px 30px 40px -1px; transition: all 250ms ease-in-out; cursor:pointer; } div.password-protection { position:relative; } p { color: var(--black); font-family: 'Roboto'; font-style: normal; font-weight: 300; margin-bottom: 15px; margin-top: -2px; max-width: 800px; font-size: 16px; line-height: 26px; } p.divider { color: var(--black); font-family: 'Roboto'; font-style: normal; font-weight: 300; margin-bottom: 15px; margin-top: -2px; max-width: 800px; font-size: 16px; line-height: 26px; margin-bottom: 35px; } div.username { position:relative; } button.secondary.w100 { font-size: 16px; line-height: 26px; background-color: var(--white); display: inline-block; height: 49px; border-radius: 49px; border: 1px solid #4E4E4E; padding: 0 40px ; vertical-align: middle; margin: 40px 30px 40px -1px; transition: transform 250ms ease-in-out; text-align:center; cursor:pointer; width:100%; margin-top: 0px; margin-right: 0px; margin-bottom: 25px; margin-left: 0px; } button.submit.login:hover, button.submit.login:focus { -webkit-transform: scale(1.07); -ms-transform: scale(1.07); transform: scale(1.07); } button.secondary.w100:hover, button.secondary.w100:focus { -webkit-transform: scale(1.03); -ms-transform: scale(1.03); transform: scale(1.03); } @media screen and (max-width: 1119px) { h1.be-login { font-size: 48px; line-height: 56px; margin: -9px 0 28px -2px; } } @media screen and (max-width: 767px) { h1.be-login { font-size: 32px; line-height: 38px; margin: 45px 0 24px -1px; font-family: 'Roboto'; font-style: normal; font-weight: 300; } p { font-size: 15px; line-height: 24px; } button.submit.login { margin-top: 20px; margin-right: 0; margin-bottom: 20px; margin-left: 0; } p { font-size: 15px; line-height: 24px; } p.divider { font-size: 15px; line-height: 24px; } } h1 { color: var(--black); font-family: 'Roboto'; font-style: normal; font-weight: 100; margin: 0 0 44px -3px; font-size: 54px; line-height: 62px; letter-spacing: 0.01rem; word-spacing: 0.025rem; } @media screen and (max-width: 1119px) { h1 { font-size: 48px; line-height: 56px; margin: -9px 0 28px -2px; } } @media screen and (max-width: 767px) { h1 { font-size: 32px; line-height: 38px; margin: 45px 0 24px -1px; font-family: 'Roboto'; font-style: normal; font-weight: 300; } } @media screen and (max-width: 360px) { h1 { font-size: 32px; line-height: 36px; } } button.submit { overflow:hidden; text-align:center; font-size: 16px; line-height: 26px; font-family: 'Roboto'; font-style: normal; font-weight: 500; line-height: 24px; background-color: rgba(78,78,78,1); color: var(--white); display: inline-block; height: 49px; border-radius: 49px; border: none; padding: 0px 34px 0px 36px; vertical-align: middle; margin: 40px 30px 40px -1px; transition: all 250ms ease-in-out; cursor:pointer; } button.submit:hover, button.submit:focus { -webkit-transform: scale(1.07); -ms-transform: scale(1.07); transform: scale(1.07); } @media screen and (max-width: 767px) { button.submit { margin-top: 20px; margin-right: 0; margin-bottom: 20px; margin-left: 0; } } p { color: var(--black); font-family: 'Roboto'; font-style: normal; font-weight: 300; margin-bottom: 15px; margin-top: -2px; max-width: 800px; font-size: 16px; line-height: 26px; } @media screen and (max-width: 767px) { p { font-size: 15px; line-height: 24px; } } button.secondary { font-size: 16px; line-height: 26px; line-height: 125%; background-color: var(--white); color: rgba(112,112,112,1); display: inline-block; height: 49px; border-radius: 49px; border: 1px solid #4E4E4E; padding: 0 40px ; vertical-align: middle; margin: 40px 30px 40px -1px; transition: transform 250ms ease-in-out; text-align:center; cursor:pointer; } button.secondary:hover, button.secondary:focus { -webkit-transform: scale(1.07); -ms-transform: scale(1.07); transform: scale(1.07); }
JS
Main-Column (Several Logins)
Erstellt: 19.09.2024 - 13:00 Uhr
Letzte Änderung: 19.09.2024 - 13:36 Uhr
×
Anmelden
Melden Sie sich mit
(( Anmeldeart ))
an:
Benutzername
Passwort
Anmelden
Passwort vergessen
Neu registrieren
oder
AD Kanton Bern
BE-Login
SwissID