* {
    font-family: inter;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: #FEF2F2;
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
}

.page-bg {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
}

.login-box {
    margin: 0 auto;
    width: fit-content;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
padding: 5vw;
    border-radius: 8px;
background: #FFF;
box-shadow: 0 10px 10px 3px rgba(246, 11, 11, 0.2), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
}

.img {
    border-radius: 4vw;
background: rgba(227, 19, 19, 0.15);
padding: 1vw;
margin-bottom: 20px;
}

.login-text h1 {
    color: #DC2626;
text-align: center;
font-family: Inter;
font-size: 2vw;
font-style: normal;
font-weight: 600;
line-height: 36px; 
margin-bottom:15px;
}

.login-text p {
    color: #737373;
text-align: center;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
}

form {
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

form input {
    border-radius: 8px;
background: #FFF;
border-radius: 8px;
border: 0.667px solid rgba(220, 38, 38, 0.20);
background: #FEF2F2;
width: 16vw;
padding:1vw  !important; 
height: 2vw;
}

form input[type="checkbox"] {
    width: 13px;
height: 13px;
flex-shrink: 0;
margin-top:13px;
}

.checkbox {
    display:flex;
    flex-direction: row;
}

.checkbox-tekst {
    display:flex;
    flex-direction: row;
    gap:20px;
}

.checkbox  a {
    color: #DC2626;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
text-decoration: none;


display: flex;
align-items: center;
}



form p {
    padding:10px 0 ;
    color: #1A1A1A;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 20px;



}

form button {
border-radius: 22369600px;
background: #DC2626;

color: #FFF;
text-align: center;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 24px; 
border: none;
width: 100%;

padding: 10px 13px; 
}



.checkbox {
    display:flex;
    flex-direction: row;
    gap:3px;
}

.login-msg {
    width: 16vw;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
}

.login-msg.error {
    background: #FEE2E2;
    color: #DC2626;
    border: 1px solid rgba(220, 38, 38, 0.3);
}

.login-msg.success {
    background: #DCFCE7;
    color: #16A34A;
    border: 1px solid rgba(22, 163, 74, 0.3);
}

.NoAccount {
    text-decoration: none;
    color:red;
    margin-top:20px;
}

.NoAccount span {
    color:grey;
}

/* Footer */
footer {
    background-color: #7B1515;
    color: #fff;
    padding: 14px 0 0 0;
}

.footer-content {
    display: flex;
    justify-content: center;
    gap: 60px;
    padding: 0 40px 12px;
    flex-wrap: wrap;
}

.footer-col h3 {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 0 6px 0;
}

.footer-col p {
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 3px 0;
    color: rgba(255, 255, 255, 0.85);
    display: flex;
    align-items: center;
    gap: 5px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    padding: 8px;
}

.footer-bottom p {
    margin: 2px 0;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.7);
}

