﻿
/*Inlogpagina*/

.login-form {
    margin-top: 60%;
    justify-content: center;
    display: flex;
}

.main-head {
    height: 150px;
    background: #FFF;
}

.sidenav {
    height: 100%;
    background-color: #000;
    overflow-x: hidden;
    padding-top: 20px;
}

.login-main-text {
    padding: 60px;
    color: #fff;
}

    .login-main-text h2 {
        font-weight: 300;
    }

.main {
    padding: 0px 10px;
}
/*Inlogpagina*/

.login-button {
    color: black !important;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid blue !important;
    text-align: center;
    font-size: 14px;
    margin-right: 15px;
    display: inline-block;
    height: 40px;
    padding: 7px;
    cursor: pointer;
}

.profile-items {
    display: grid;
    grid-template-columns: repeat(3, 330px);
    grid-gap: 15px;
}

.profile-item {
    border: 1px solid black;
    border-radius: 15px;
    padding: 10px;
    width: 300px;
    height: 200px;
    margin: 30px;
    cursor: pointer;
    vertical-align: middle;
    justify-content: center;
    text-align: center;
}


