
html, body {
    width: 100%;
    height: 100%;
}
body *, body {
}

a {
    text-decoration: none;
    color: unset;
    display: inline-block;
    font-size: 14px;
    transition: 0.4s;
}

a:hover {
    color: #ffffffd1;
}

.links {
    display: flex;
    justify-content: center;
    margin-top: 12px;

}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: poppins;
    background: url(https://images.unsplash.com/photo-1532024802178-20dbc87a312a?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80);
    background-size: cover;
    margin: 0px;
    background-color: black;
}

.loading-gif {
    position: fixed;
    z-index: 1;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    border-radius: 5px;
    box-shadow: 0px 0px 2px 1px #ffffff1c;
    width: 100px;
    border-radius: 11px;
    background: white;
    padding: 55px 100px;
    

}

form {display: flex;flex-direction: column;width: 379px;background: #fbfbfb;padding: 50px;border-radius: 0px;box-shadow: 0px 0px 9px 0px #00000061;background: #000000c7;color: #ffffffa6;border: 1px solid #ffffff26;}

h1 {
    color: white;
}

.container {
    display: flex;
    flex-direction: column;
}

.container.selected *, .container:hover * {
    color: #ffffffd1;
    border-color: #ffffffd1;
}




h1 {
    line-height: 36px;
}

span {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.4px;
}

input {
    background: none;
    border: none;
    padding: 6px 2px;
    margin-bottom: 20px;
    outline: none;
    border-bottom: 1px solid #ffffff26;
    caret-color: #00c8ae;
    color: inherit;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active {
    background: none !important;
    -webkit-box-shadow: 0 0 0 30px #ffffff00 inset !important;
    /* NÃƒÆ’Ã‚Â¤r man har mouseover ett autocomplete-fÃƒÆ’Ã‚Â¶rslag sÃƒÆ’Ã‚Â¥ ÃƒÆ’Ã‚Â¤ndras bakgrunden, koden nedan fÃƒÆ’Ã‚Â¶rhindrar detta och ingen verkar veta varfÃƒÆ’Ã‚Â¶r, men det funkar! */
    transition: background-color 0s 600000s, color 0s 600000s !important;
    
}





form a, form span {
    margin-top: 20px;
}


.logo {
    
    font-size: 29px;
    font-family: Racing Sans One;
    font-weight: 400;
    vertical-align: middle;
    margin-left: 9px;
    top: 23px;
    left: 37px;
    position: fixed;
    color: white;

}

form button {margin-top: 47px;place-self: center;padding: 13px 33px;cursor: pointer;font-family: montserrat;border: none;color: white;background: #5800ff;border-radius: 4px;font-weight: 600;width: 100%;justify-content: center;height: 45px;align-items: center;font-size: 14px;}

button {}

.google-btn {

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 26px;
    background: #ffffff;
    color: black;
    height: 46px;
}

.google-btn img {
    width: 25px;
}

.g_id_signin {
    display: none;
}