/* ==============================
   Administratie - basisstijl
   ============================== */

body {
    font-family: Arial, Helvetica, sans-serif;
    /*background-color: #f4f6f8;*/
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.containerindex {
    max-width: 420px;
    margin: 0 auto;
    text-align: center;
				   transform: translateY(-123px);

}
form {
    margin-top: 20px;
}

label {
    /*display: block;*/
    margin-top: 15px;
    font-weight: 500;
}

input[type="text"],
input[type="password"] {
    width: 100%;
    max-width: 320px;
    padding: 8px 10px;
    font-size: 16px;
    box-sizing: border-box;
}

/* Wachtwoord wrapper */
.pw-wrapper {
    position: relative;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
}

.pw-wrapper input {
    width: 100%;
    padding-right: 35px;
}

/* Oog icoon */
.pw-toggle {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 16px;
    opacity: 0.6;
}

.pw-toggle:hover {
    opacity: 1;
}

/* Validatieblok */
.password-rules {
    text-align: left;
    max-width: 320px;
    margin: 15px auto;
    font-size: 15px;
}

.password-rules div {
    margin-bottom: 6px;
}

.btn {
    display: block;
    width: 100%;
    padding: 15px;
    margin-top: 15px;
    font-size: 16px;
    text-decoration: none;
    background-color: #2c3e50;
    color: white;
    border-radius: 6px;
    transition: 0.2s ease;
}

.btn:hover {
    background-color: #34495e;
}

.btn-primary {
    display: block;
    width: 220px;
    margin: 2px auto;
    padding: 14px 0;
    font-size: 18px;
    text-align: center;
    text-decoration: none;

    background-color: #34495e;
    color: white;

    border: none;
    border-radius: 8px;
    cursor: pointer;

    box-shadow: 3px 3px 0px black;
}

.btn-primary:hover {
    background-color: #2c3e50;
}
 .class_input{
	 width:320px;
 }