@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/Segoe_UI.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
#maincontent {
    max-width: none;
    padding: 0;
}

.columns .column.main, .login-container {
    padding: 0;
}

body {
    font-family: 'Arial', sans-serif;
    color: #333;
    margin: 0;
    padding: 0;
}

.login-wrapper {
    display: flex;
    height: 100vh;
}

.login-form {
    width: 50%;
    padding: 5rem 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
}

.block.block-customer-login {
    margin-bottom: 0;
}

.login-form h2 {
    text-align: center;
    font-size: 2rem;
    color: #1a3a57;
    margin-bottom: 2rem;
}

.login-form .field label {
    font-size: 1rem;
    color: #1a3a57;
    font-weight: bold;
}

.customer-account-login .action.create {
    display: none;
}

.actions-toolbar .action.create {
    display: block;
}

.login-form #email {
    width: 100%;
    padding: 0.8rem;
    margin-top: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
}

.login-wrapper .actions-toolbar.actions-toolbar {
    display: flex;
    justify-content: center;
    margin-top: 3em;
    margin-bottom: 2em;
}

.login-wrapper .actions-toolbar.actions-toolbar .primary {
    margin: 1em 0.5em;
    max-height: 38px;
}

.login-wrapper .actions-toolbar.actions-toolbar .secondary {
    margin: 1em 0.5em;
}

.login-wrapper .actions-toolbar.actions-toolbar .primary button,
.login-wrapper .actions-toolbar.actions-toolbar .secondary .action {
    font-size: 14px;
    text-transform: none;
}

.login-wrapper .actions-toolbar.actions-toolbar .primary button:hover {
    color: #0C4262;
    background-color: #fff;
    transition: .1s ease-in-out;

}

.login-wrapper .actions-toolbar.actions-toolbar .secondary a:hover {
    color: #fff;
    background-color: #0B4263;
    transition: .1s ease-in-out;
}

.login-container .block .actions-toolbar > .primary .action,
.login-container .block .actions-toolbar > .secondary .action {
    background-color: #0B4263;
    color: #fff;
    padding: 0.5em 4em;
    height: 100%;
    cursor: pointer;
    font: normal normal normal 12px/18px Poppins;
}

.login-container .block .actions-toolbar > .secondary .action {
    background-color: #fff;
    color: #0C4262;
    font: normal normal normal 12px/18px Poppins;
    display: table;
}

.login-container .block .actions-toolbar > .secondary .action svg,
.login-container .block .actions-toolbar > .secondary .action span {
    display: table-cell;
    vertical-align: middle;
}

.login-container .block .actions-toolbar > .secondary .action span {
    padding-left: 1em;
}

.login-wrapper .actions-toolbar.actions-toolbar .primary button {
    border-radius: 10px;
    border: 1px solid #0C4262;
}

.login-wrapper .actions-toolbar.actions-toolbar .secondary a {
    color: #0B4263;
    text-decoration: none;
    margin: 1em 0.5em;
    border: 1px solid #0C4262;
    border-radius: 10px;
}

.login-form .footer-links {
    text-align: center;
    margin-top: 2rem;
}

.footer-links a {
    color: #1a3a57;
    text-decoration: none;
    font-size: 0.9rem;
    margin: 0 0.5rem;
}

.login-background {
    width: 50%;
    background-image: url('/static/frontend/Smartwave/porto/en_US/images/loginImage.png');
    background-size: cover;
    background-position: center;
}

.login-wrapper form {
    width: 50%;
    padding: 12%;
    padding-bottom: 0;
}

.website-logo, .block-title {
    text-align: center;
}

.website-logo img {
    max-width: 364px;
    max-height: 30px;
}

.login-container .block .block-title.block-title {
    margin-top: 20%;
    margin-bottom: 5%;
}

.block-title strong {
    color: #0B4262;
    font: normal normal bold 20px/27px Segoe UI;
}

.field span {
    color: #0B4262;
    font: normal normal bold 12px/16px Segoe UI;
    font-weight: 700;
}

#login-form .field.required > .label:after {
    margin: 0;
}

.fieldset > .field input.input-text {
    border: unset;
    border-bottom: 1px solid #ddd;
    padding: 0;
    font: normal normal normal 12px/16px Segoe UI;
}

.fieldset > .field input.input-text:focus {
    transition: .25s ease-in-out;
    border-color: #0B4263;
    outline: none;
}

.login_info {
    max-width: 375px;
    color: #C8C8C8;
    text-align: center;
    font: normal normal normal 12px/16px Segoe UI;
    margin: 0 auto;
}

.login-container .fieldset:after {
    display: none;
}

.form-login {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    background-color: #fff;
}

.login_footer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    text-align: center;
    padding: 10px 0;
    margin-top: auto;
}

.login_footer a, .login_footer a:visited {
    text-align: left;
    font: normal normal normal 12px/16px Segoe UI;
    color: #0B4262;
}
@media screen and (max-width:1400px) {
    .form.form-login {
        padding: 5%;
        padding-bottom: 0;
    }
    .login-container .block .block-title.block-title {
        margin-top: 40%;
    }
}
@media screen and (max-width:970px) {
    .form.form-login {
        width: 100%;
        padding: 20%;
        padding-bottom: 0;
    }
    .login-container .block .block-title.block-title {
        margin-top: 20%;
    }
    .login-background {
        display: none;
    }
}
@media screen and (max-width:650px) {
    .form.form-login {
        padding: 5%;
        padding-bottom: 0;
    }
    .login-container .block .block-title.block-title {
        margin-top: 40%;
    }
}
@media screen and (max-width:450px) {
    .login-wrapper .actions-toolbar.actions-toolbar {
        display: block;
    }
    .login-container .block .actions-toolbar > .secondary .action span {
        display: block;
        padding-top: 0.2em;
    }
    .login-container .block .actions-toolbar > .secondary .action {
        display: flex;
        justify-content: center;
    }
}
#send2 {
    display: flex;
    align-items: center;
    padding: 0.4em 3em;
    gap: 1em;
    text-align: center;
    justify-content: space-between;
}
body.customer-account-login .columns .column.main{
    padding-bottom: 0;
}