html,
body {
    margin: 5px 0 0;
    padding: 0;
    background-color: #000000;
}

.logo {
margin: auto;
margin-top: auto;
margin-top: 10%;
font-size: 32px;
margin: auto;
width: auto;
max-width: 300px;
font-variant-position: ;
font-family: Helvetica;
font-weight: bold;
color: yellow;
text-align: center;



}



.wrapper {
width: 100%;
max-width: 380px;
margin: auto;
margin-top: 10%;
//padding-left: 8px;

padding-top: 20px;
//padding-right: 8px;
padding-bottom: 10px;
border-radius: 5px;
border-color: yellow;
border-width: 2px;
border-style: solid;
//background-color: #000000;
font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
opacity: 1;
}

.animation {
    position: relative;
    max-height: 0;
    transition: max-height 0.4s ease-out;
}

.animation__eye {
    position: absolute;
    display: none;
    width: 6px;
    height: 5px;
    background-image: url("../img/eye.png");
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 0;
}

.animation__eye--one-one {
    left: 58px;
    top: 107px;
}

.animation__eye--one-two {
    left: 104px;
    top: 108px;
}

.animation__eye--two-one {
    left: 250px;
    top: 164px;
}

.animation__eye--two-two {
    left: 296px;
    top: 164px;
}

.animation__video {
    display: none;
    opacity: 0;
}

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

.form__fieldset {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    border: none;
}

.form__field {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form__label {
    padding-top: 14px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.form__input {
    width: 80%;
	max-width: 240px;
    padding-left: 22px;
    padding-top: 5px;
    padding-right: 22px;
    padding-bottom: 5px;
    font-size: 24px;
    letter-spacing: 1.4px;
    border-radius: 5px;
    border-color: yellow;
    border-width: 2px;
    border-style: solid;
    outline: none;
}

.form__input:focus {
    border-color: #9c7b5a;
}

.form__button {
    display: block;
    width: 50%;
    padding: 10px;
    align-self: center;
    background-color: yellow;
    text-align: center;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    border: solid;
	border-color: yellow;
    font-weight: bold ;
	font-size: 16px;
}

.form__button:hover {
    background-color: yellow;
}

.form__button:active {
    padding: 9px;
    margin-top: 1px;
    margin-bottom: 1px;
}

.about {
    padding-top: 20px;
    opacity: 0;
}
