@import url('https://fonts.googleapis.com/css2?family=Kdam+Thmor+Pro&display=swap');

body{
    margin: 0;
    font-family: "Kdam Thmor Pro", sans-serif ;
    background-color: #1f1f1f;
    color: white;
}

input,
button,
textarea,
select {
    font-family: "Kdam Thmor Pro", sans-serif;
}


.topbar {
    background-color: #00752D;
    display: flex;
    justify-content: center;
    gap: 120px;
    padding: 0;
    font-size: 11px;
    height: 20px;
    align-items: center;
}

.menubar {
    background-color: #098B3B;
    display: flex;
    align-items: center;
    padding: 0 50px 0 0;
    height: 55px;
}

.logoBox {
    background-color: #00752D;
    width: 120px;
    height: 75px;
    margin-top: -20px;
    margin-right: 5px;
    padding-left: 8px;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.logoBox h1 {
    margin: 0;
    font-size: 52px;
    line-height: 50px;
}

.logoBox p {
    margin: 8px 0 0 0;
    font-size: 14px;
    line-height: 14px;
}

.logoLink {
    color: white;
    text-decoration: none;
}

.menuLinks {
    display: flex;
    gap: 0;
    align-items: center;
}

.menuLinks a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    border-right: 1px solid #00752D;
    width: 190px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loginBox {
    margin-left: auto;
}

.loginBox a {
    color: white;
    text-decoration: none;
    font-size: 11px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.loginBox i {
    font-size: 22px;
    margin-bottom: 2px;
}

.background {
    background-image: url("../images/blurredbackground.png");
    background-size: cover;
    background-position: center;
    height: calc(100vh - 75px);

    display: flex;
    justify-content: center;
    align-items: center;
}

.signupContainer {
    width: 95%;
    max-width: 650px;
    background-color: #1c1c1c;
    border: 1px solid #767676;
    padding: 20px 20px;
    box-sizing: border-box;

    transform: scale(0.85);
    transform-origin: center;
}

.signupTop {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 45px;
    margin-bottom: 10px;
    width: 100%;
}

.logoBoxLoginBox {
    background-color: #00752D;
    width: 200px;
    height: 100px;
    border: 2px solid #d9d9d9;
    flex-shrink: 0;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.logoBoxLoginBox h1 {
    margin: 0;
    font-size: 45px;
    line-height: 1;
}

.logoBoxLoginBox p {
    margin: 0;
    font-size: 15px;
}

.createUserInfoTop {
    max-width: 350px;
}

.createUserInfoTop h1 {
    margin: 0 0 5px 0;
    font-size: 30px;
    color: white;
}

.createUserInfoTop p {
    margin: 0;
    font-size: 17px;
    color: #a0a0a0;
    line-height: 1.4;
}

#signupFirstName input {
    width: 100%;
    height: 41px;
    background-color: #2B2A2A;
    border: 2px solid #828282;
    color: white;
    font-size: 18px;
    padding-left: 55px;
    box-sizing: border-box;
    outline: none;
    margin-bottom: 10px;
}

#signupLastName input{
    width: 100%;
    height: 41px;
    background-color: #2B2A2A;
    border: 2px solid #828282;
    color: white;
    font-size: 18px;
    padding-left: 55px;
    box-sizing: border-box;
    outline: none;
    margin-bottom: 10px;
}

#signupPassword input{
    width: 100%;
    height: 41px;
    background-color: #2B2A2A;
    border: 2px solid #828282;
    color: white;
    font-size: 18px;
    padding-left: 55px;
    box-sizing: border-box;
    outline: none;
    margin-bottom: 10px;
}

#signupPhone input {
    width: 100%;
    height: 41px;
    background-color: #2B2A2A;
    border: 2px solid #828282;
    color: white;
    font-size: 18px;
    padding-left: 55px;
    box-sizing: border-box;
    outline: none;
}

#signupAddress input {
    width: 100%;
    height: 41px;
    background-color: #2B2A2A;
    border: 2px solid #828282;
    color: white;
    font-size: 18px;
    padding-left: 55px;
    box-sizing: border-box;
    outline: none;
}

#signupPostalCode input {
    width: 100%;
    height: 41px;
    background-color: #2B2A2A;
    border: 2px solid #828282;
    color: white;
    font-size: 18px;
    padding-left: 55px;
    box-sizing: border-box;
    outline: none;
}

#signupCity input {
    width: 100%;
    height: 41px;
    background-color: #2B2A2A;
    border: 2px solid #828282;
    color: white;
    font-size: 18px;
    padding-left: 55px;
    box-sizing: border-box;
    outline: none;
}

#signupMail input {
    width: 100%;
    height: 41px;
    background-color: #2B2A2A;
    border: 2px solid #828282;
    color: white;
    font-size: 18px;
    padding-left: 55px;
    box-sizing: border-box;
    outline: none;
    margin-bottom: 10px;

}

#signupButton button {
    width: 100%;
    height: 40px;
    background-color: #00752D;
    border: 2px solid #767676;
    color: white;
    font-size: 18px;
    cursor: pointer;
    margin-top: 20px;
}

.createUser {
    border-top: 2px solid #8d8d8d;
    margin-top: 20px;
    text-align: center;
}



.createUser p {
    font-size: 18px;
    margin-bottom: 20px;
}

.createUser a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;

    background-color: #00752D;
    border: 2px solid #767676;
    color: white;
    text-decoration: none;
    font-size: 20px;
}

.doubleColumnRow {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    width: 100%;
    margin-bottom: 15px;
}

#signupPhone,
#signupAddress,
#signupPostalCode,
#signupCity {
    width: 100%;
    display: block;
}

.overTitles {
    color: white;
    font-size: 18px;
    margin: 0 0 2px 0;
}

#signupFirstName,
#signupLastName,
#signupMail,
#signupPassword,
#signupPhone,
#signupAddress,
#signupPostalCode,
#signupCity {
    position: relative;
}

#signupFirstName i,
#signupLastName i,
#signupMail i,
#signupPassword i
{
    position: absolute;
    left: 20px;
    top: 40%;
    transform: translateY(-50%);
    z-index: 2;
}

#signupPhone i,
#signupAddress i,
#signupPostalCode i,
#signupCity i {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

input[placeholder="E-mail findes allerede"]::placeholder {
    color: #ff6b6b;
}

input[placeholder="Nummeret findes allerede"]::placeholder {
    color: #ff6b6b;
}
