body {
	background: linear-gradient( #ffffff1a, #ffffff1a ), url(/static/images/backgrounds/bg2.png);
}
.password-banner {
    background-image:  url(/static/images/banners/home-banner.jpg);
    color: white;
    background-position-y: 40%;
}
.banner-text1 {
    font-size: 46px;
    font-weight: 700;
    line-height: 1.1;
}
.banner-text2 {
    font-size: 18px;
    font-weight: 600;
    align-self: baseline;
}
.main-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #111;
}
.pw-help-text {
    width: 60%;
    line-height: 1.3;
    text-align: left;
    font-size: 14px;
    border-left: solid 3px hsl(var(--base) 100% 70%);
    padding-left: 12px;
    margin: 12px;
    font-weight: 500;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-right: 12px;
    background-color: #edeef0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.help-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}
.default-input{
    width: 100%;
}
.input-title {
    color: #000;
    font-size: 14px;
    margin-bottom: 4px;
    font-weight: 700;
}
.reset-pass-btn {
    width: 320px;
    padding: 6px 24px;
    color: white !important;
    font-size: 14px;
    background-color: hsl(var(--base), 70%, 60%);
    border-radius: 6px;
    margin-top: 6px;
    font-weight: 600;
    transition:  100ms background-color;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.input-name {
    display: flex;
    flex-direction: column;
}
.reset-pass-btn:hover {
    background-color: hsl(var(--base), 70%, 50%);
}
button:focus  , input:focus{
    outline: none;
}
.reset-succes {
    margin: 12px 0px;
    font-size: 12px;
    text-align: center;
    background-color: #edeef0;
    padding: 12px;
    border-radius: 4px;
    width: 320px;
}

.success-single {
    font-weight: 800;
    font-size: 26px;
    color: hsl(var(--base) 100% 70%);
}


@media (max-width: 768px) {
    .help-text {
        width: 100%;
    }
    .pw-help-text{
        width: 100%;
    }
    .banner-text1{
        font-size: 38px;
    }
}
#snow-container{
    height: 154px;
}