
/* PlatterMe Login Redesign */

.pm-login-page {
    min-height: calc(100vh - 120px);
    display:flex;
    justify-content:center;
    align-items:center;
    padding:70px 20px;
    background:#fbf8ef;
}

.pm-login-wrapper {
    width:100%;
    max-width:520px;
}

.pm-login-brand {
    display:flex;
    align-items:center;
    justify-content:center;
    gap:14px;
    margin-bottom:28px;
    color:#16445b;
}

.pm-brand-badge {
width: 80px;
    height: 80px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    background: url(https://platterme.ca/images/logot.png) center center no-repeat;
    background-size: 70px;
}

.pm-login-brand span {
    display:block;
    font-size:22px;
    font-weight:800;
}

.pm-login-brand small {
    color:#708090;
}

.pm-login-card {
    background:#fff;
    border:1px solid #f1d58a;
    border-radius:28px;
    padding:38px;
    box-shadow:0 20px 45px rgba(22,68,91,.08);
}

.pm-login-header {
    text-align:center;
    margin-bottom:30px;
}

.pm-login-icon {
    width:70px;
    height:70px;
    margin:auto;
    border-radius:50%;
    background:#16445b;
    color:#ffc83d;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:28px;
}

.pm-login-header h1 {
    margin:18px 0 8px;
    color:#16445b;
    font-size:34px;
    font-weight:800;
}

.pm-login-header p {
    color:#718096;
}

.pm-input-group {
    display:flex;
    align-items:center;
    height:58px;
    border:1px solid #e7c76b;
    border-radius:16px;
    overflow:hidden;
    margin-bottom:18px;
    background:#fff;
}

.pm-input-group i {
    width:58px;
    text-align:center;
    color:#16445b;
    font-size:20px;
}

.pm-input-group input {
    flex:1;
    height:100%;
    border:0;
    outline:none;
    font-size:16px;
}

.pm-password-group button {
    height:100%;
    width:55px;
    border:0;
    background:#16445b;
    color:white;
}

.pm-login-button {
    width:100%;
    border-radius:999px!important;
    padding:14px!important;
    background:#ffc83d!important;
    color:#16445b!important;
    border:none!important;
    font-weight:800;
}

.pm-register-link {
    text-align:center;
    margin-top:22px;
    color:#667085;
}

.pm-register-link a {
    color:#16445b;
    font-weight:700;
}

.pm-extra-link {
    display:block;
    text-align:center;
    margin-top:20px;
    color:#16445b;
}

.pm-login-footer-text {
    text-align:center;
    margin-top:30px;
    color:#718096;
}

.pm-login-footer-text strong {
    display:block;
    color:#16445b;
    margin-bottom:8px;
}

@media(max-width:600px){
    .pm-login-card{
        padding:25px 20px;
    }

    .pm-login-header h1{
        font-size:28px;
    }
}
