body{
    height: unset;
}

.email-collect,
.check-email,
.reset-form,
.reset-success
{
    animation: fadeIn 1s;
    padding: 40px 20px;
}


.min-funtenjer{
    max-width: 440px;
}

.ico-holder{
    position: realtive;
    margin: 50px auto;
    width: 4em;
    height: 4em;
    background: rgba(var(--rgb-secondary), .2);
    box-shadow: 0 0 0 1em rgba(var(--rgb-secondary), .1);
    display: flex;
    color: var(--secondary);
    border-radius: 50%;
}

.ico-holder i{
    margin: auto;
    font-size: 2em;
}

.ico-holder .key{
    position: absolute;
    top: 46%;
    left: 24%;
    width: 1.5em;
    height: 1.5em;
    border: 0.1875em solid var(--secondary);
    border-radius: 50%;
    position: relative;
    transform: rotate(180deg);
    font-size: .8rem;
}


.ico-holder .key::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 2em;
    width: 0.1875em;
    background: var(--secondary);
    animation: spin 1s infinite;
    transform: rotate(45deg) translateY(1em);
    border-radius: 0.1875em;
}


.ico-holder .key::before{
    content: "";
    position: absolute;
    top: 0;
    right: 45%;
    height: .4em;
    width: .6em;
    border: 0.1875em solid var(--secondary);
    transform: rotate(45deg) translateY(1.8em);
    border-right: none;
    border-radius: 0.1875em;
}

h2{
    font-family: var(--lora);
    font-size: 2em;
    margin: 0;
    font-weight: 500;
    text-align: center;
}

label{
    display: block;
    font-size: .8em;
    margin: 5px 0;
}

.input-holder{
    margin-bottom: 30px;
}

p{
    color: rgba(var(--rgb-primary), 0.8);
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
}


button{
    border: none;
    border-radius: 6px;
    width: 100%;
    height: 48px;
    padding: 0px;
    cursor: pointer;
    font-size: 1em;
    font-weight: 600;
    color: var(--body-color);
    appearance: none;
    background-color: var(--primary);
    margin-top: 20px;
    border: 2px solid transparent;
    outline: none;
    transition: 300ms;
}

button:hover{
    background: var(--body-color);
    border: 2px solid var(--primary);
    color: var(--primary);
}

.go-back{
    display: block;
    font-size: .8em;
    text-align: center;
}

.go-back{
    text-decoration: underline;
}

.go-back i{
    margin-right: 7px;
    transition: 300ms;
    opacity: .7;
}

.go-back:hover i{
    transform: translateX(-2px);
}

.continue{
    margin-top: 0;
    margin-bottom: 20px;
}
