

.myKontoCotainer{
    margin: 20px;
    background-color: rgb(37, 37, 37);
    width: fit-content;
    border: 1px solid white;
    border-radius: 10px;
}
.headerTextBig{
    border-radius: 10px;
}

.grid_login label{
    font-weight: bold;
}

.center_div{
    display: flex;
    justify-content: center;
    align-items: center;
}


.headerTextBig{
    background-color: rgb(53, 53, 53);
    color: white;
    font-size: 30px;
    text-align: center;
    padding: 10px;
}
.headerTextSmall{
    background-color: rgb(53, 53, 53);
    color: white;
    font-size: 18px;
    text-align: center;
    padding: 10px;
}

.SpaceTop{
    margin-top: 20px;
}

table, table input{
    font-size: 24px;
}

table input{
    padding: 5px;
    border-radius: 5px;
}

table{
    color: white;
}

table td{
    padding: 5px;
}

.CustomFormat{
    padding: 20px;
}

.myInputs{
    background: black;
    color: white;
}

.myInputs:hover, .myInputs:active, .myInputs::after, .myInputs:focus{
    background: rgb(38, 38, 38);
}

.submitButton{
    padding: 5px;
    font-size: 24px;
}

.CustomFormat a{
    margin-top: 10px;
    color: white;
}

.myLogo{
    width: 100px;
}
.text_of_logo{
    font-size: 24px;
    padding-top: 5px;
    color: white;
}



/*
form{
    padding: 20px;
    background-color: rgb(215, 215, 215);
    width: 400px;
    border-radius: 10px;
    border: 2px solid black;
}
.myKontoCotainer{
    margin: 20px;
}
.grid_login{
    display: grid;
    grid-template-columns: 100px 200px;
    width: 400px;
    margin-bottom: 10px;
}

.grid_login label{
    font-weight: bold;
}

.myLogo{
    width: 100px;
}
*/