﻿.login-container {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    color: white;
    width: 100%;
    margin: 50px auto;
    max-width: 587px;
    background-color: #071329;
}
    .login-container a {
        color: var(--cyan);
        
    }

.bankid img {
    height: 45px;
    width: 50px;
    margin-left:2rem;
}
.reset-register{
    display:flex;
    flex-direction:row;
    gap:5px;
    justify-content:center;
    text-align:center;
}

.header-firstText {
    color: white;
    font-size: 1.2rem;
    font-weight: 500;
}










.main-container-content {
    background: #071329 url(../../img/dots.png) top center no-repeat;
}
.login-container img {
    width: 185px;
    margin: 0 auto;
    position: relative;
    
}
.login-button {
    border: 0 ;
    cursor: pointer;
    max-width: 100%;
    width: 100%;
    font-size: 20px;
    height: 59px;
    color: black;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    text-decoration: none;
}
.login-button-container {
    margin: 20px 0;
}
.login-container input[type=text], .login-container input[type=password], .login-container input[type=email], .login-container input[type=number] {
    background: none;
    border: 0;
    color:white;
    border-bottom: 1px solid #aaaaaa;
    float: left;
    font-family: 'Familjen Grotesk', sans-serif;
    font-size: 24px;
    height: 57px;
    padding: 0 15px;
    width:100%;
    max-width: 594px;
    box-sizing: border-box;
}
#resetText {
    color: #cccccc;
    font-family: 'Familjen Grotesk', sans-serif;
    text-align: center;
    background-color: #071329;
}

.g-recaptcha{
    min-height:70px;
}

@media (max-width: 768px) {
    .login-container {
        margin: 10px auto;
        padding: 10px;
    }

        .login-container input[type=text],
        .login-container input[type=password],
        .login-container input[type=email],
        .login-container input[type=number] {
            font-size: 16px;
            height: 45px;
        }

    .login-button {
        font-size: 16px;
        height: 45px;
    }

    #resetText {
        font-size: 12px;
    }
}

/* Anpassning för mycket små skärmar */
@media (max-width: 480px) {
    .login-container img {
        width: 120px;
    }

    .login-container input[type=text],
    .login-container input[type=password],
    .login-container input[type=email],
    .login-container input[type=number] {
        font-size: 14px;
        height: 40px;
    }

    .login-button {
        font-size: 14px;
        height: 40px;
    }

    .reset-register {
        gap: 5px;
    }
}