﻿body {
    background-color: #F1FCFF;
    display: flex;
    justify-content: center;
    align-items : center;
height: 100vh;
}
.checkbox * {
    display:inline;
}
.checkbox {
    display: flex;
    flex-direction:row;
    justify-content:space-between
}

.loginWrapper {
    width: 600px;
    background-color: #00569F;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
    .loginWrapper img {
        padding: auto;
        width: 50%;
        display: block;
        border: #00569F 14px solid;
        position: relative;
        transform: translate(0%, -50%);
        border-radius: 100%;
    }
    .loginWrapper h1 {
        color: #F1FCFF;
        font-family: "Inknut Antiqua";
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
        margin-top: -120px;
    }
    .loginWrapper label, .loginWrapper a {
        margin: 0% 4%;
        color: #F1FCFF;
        font-family: "Inknut Antiqua";
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 36px;
    }
    .loginWrapper form {
        text-align: left;
        width: 100%;
        border-radius: 20px;
    }
    .loginWrapper li {
        list-style-type: none;
        margin: 20px;
        text-decoration: none;
        border-radius: 20px;
    }
    .loginWrapper ul {
        padding: 10px;
        text-align : left;
        width:80%
    }
    .loginWrapper a {
        text-decoration: none;
        border-radius: 20px;
    }
#delete {
    color: #113849;
}
#delete:hover {
    background-color: transparent;
    
}
        .loginWrapper a:hover {
            background-color: #F1FCFF;
            color: #113849;
        }
        .loginWrapper form input {
            margin: 0% 4%;
            width: 92%;
            height: 50px;
            border-radius: 20px;
            border: none;
            margin-bottom: 20px;
            font-family: "Inknut Antiqua";
            font-size: 16px;
            font-style: normal;
            font-weight: 700;
            line-height: 22px;
        }
.loginWrapper form button {
    cursor: pointer;
    width: 92%;
    height: 50px;
    border-radius: 20px;
    border: none;
    background-color: #90E8FF;
    font-family: "Inknut Antiqua";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin: 4%;
    color: #113849;
}
.loginWrapper form button:hover {
            background-color: #F1FCFF;
            color: #113849;
        }
header {
display:none;
}
