﻿/*@import 'colors.css';*/

body {
    background-color: #eff3f6;
}

@media (min-width: 1770px) {
    div#keepDistance {
        margin-bottom: 6rem;
    }  
}

div#kommunlogo {   
    height: auto;
    margin: 0 auto;      
    padding-top: 4rem;
}

    div#kommunlogo > img {        
        max-width: 300px;
        min-width: 100px;       
        height: auto;                        
    }

    div#kommunlogo > #kommun {
            display: inline-block;
            font-size: 3rem;
            font-family: 'Tangerine', cursive, serif;
    }

p#metodTitle {
    float:none;
    text-align: center;
    font-size: 2rem;
    margin-top: 3rem;
}

#inloggningMethods {
    width: 37rem;
    margin: 0 auto;
    margin-top: 5rem;
}

a {
    text-decoration: none;
    color: black;
    font-size: 1.6rem;   
}

/*span{
    margin-left:18rem
}*/

#inloggningMethods > .myHr {
    margin-bottom: 2rem;

}

div#myImage {
    width: fit-content;
    padding-top:4rem;    
}

div#myImage > img{
    max-width: 44rem
}



p#bankIdTitleWhenLogin {
    float: none;
    text-align: center;
    font-size: 2.2rem;
    margin-top: 7rem;
    margin-bottom:5rem;
}

div#personnummerDivLogin{
    margin-left:29rem;
}

p#loginInstructionTextWhenLogin {
   font-size: 1.3rem; 
}

#fakeloginBtn {
    background-color: var(--secondary-dark) !important;
}
    #fakeloginBtn:hover {
        background-color: white !important;
        color: var(--secondary-dark) !important;
    }

#registerUserSubmit {
    background-color: var(--secondary-dark) !important;
}

    #registerUserSubmit:hover {
        background-color: white !important;
        color: var(--secondary-dark) !important;
    }

/*#personnummerInput {
        font-size: 1.2rem;
        width: 15rem;
        border: solid 1px;*/
       /* border-color: var(--primary-dark);*/
        /*border-radius: 5px;
        display: inline-block;
}*/

/*#personnummerButton {
        display: inline-block;
        background-color: var(--primary-dark);
        border-color: var(--primary-dark);
        color: black;
        width: 7rem;
        height: 2.8rem;
        margin-left: 1rem;
        padding-top:0.7rem;*/
     /*   padding-bottom:2rem;*/
        /*        box-shadow: 10px 10px 5px -4px rgba(179,166,166,0.75);
        -webkit-box-shadow: 10px 10px 5px -4px rgba(179,166,166,0.75);
        -moz-box-shadow: 10px 10px 5px -4px rgba(179,166,166,0.75);*/
        /*text-align: center;
        font-size: 1.1rem;
        text-decoration: none;
    }*/

