.forgot{
    width: 100%;
    height: 1088px;
    background-image: url("../images/forgotBackground.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contentForgot{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 635px;
    height: 300px;
    gap: 24px;
}
.lostPassword{
    font-family: "Roboto_",sans-serif;
    font-size: 32px;
    font-weight: 900;
    line-height: 42.2px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #F36528;
}
.enterMail{
    font-family: "Roboto_",sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 23.44px;
    text-align: center;
    color: #FFFFFF;
}
.contentForgot form{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.inputMail > input{
    width: 513px;
    height: 62px;
    background: #74A8AB;
    border-radius: 30px;
    padding: 0px 16px;
    color: #D9E3E4;
    font-family: "Roboto_",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    outline: none;
    box-shadow: 0px 1px 6px 1px #1C548426;
    border: 1px solid #5D9A9DC2
}
.inputMail > input::placeholder{
    color: #D9E3E4;
    font-family: "Roboto_",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
.sendForgot{
    position: relative;
    background: transparent;
    border: none;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sendForgot:hover svg > path{
    fill: #F36528;
}
.sendForgot:hover span{
    color: white;
}
.sendForgot > svg{
    width: 158px;
}
.sendForgot > span{
    position: absolute;
    width: 100%;
    text-align: center;
    color: #F36528;
    font-family: "Roboto_",sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.checkEmailDiv{
    width: 100%;
    height: 1088px;
    background-image: url("../images/forgotBackground.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contentCheckEmail{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 687px;
    height: 510px;
}
.checkEmail{
    color: #F36528;
    font-family: "Roboto_",sans-serif;
    font-size: 32px;
    font-weight: 900;
    line-height: 42.2px;
    letter-spacing: 0.05em;
    text-align: center;
}
.digitCode{
    font-family: "Roboto_",sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 23.44px;
    text-align: center;
    color: #FFFFFF;
}
.didNotReceive{
    font-family: "Roboto_",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 60px;
}
.checkSpam{
    font-family: "Roboto_",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
    text-align: center;
    color: #FFFFFF;
}
#letter{
    width: 314px;
    height: 314px;
    display: block;
    -webkit-user-select: none;
    cursor: zoom-in;
}
@media screen and (max-width: 1100px) {
    .contentForgot {
        width: 100%;
        margin: 0 5.76% 0 6.83%;
    }
    .contentCheckEmail{
        width: 100%;
        height: auto;
        margin: 0 5.76% 0 6.83%;
    }
    .enterMail {
        width: 80%;
    }
}
@media screen and (max-width: 785px) {
    .contentCheckEmail {
        gap: 15px;
    }
}
@media screen and (max-width: 600px) {
    .lostPassword{
        font-size: 22px;
        font-weight: 900;
        line-height: 29.01px;
        letter-spacing: 0.05em;
    }
    .enterMail{
        font-size: 18px;
        font-weight: 400;
        line-height: 21.09px;
    }
    .contentForgot {
        height: 242px;
    }
    .contentForgot form {
        width: 100%;
    }
    .inputMail{
        width: 100%;
    }
    .inputMail > input{
        width: 100%;
        height: 46px;
    }
    .forgot {
        height: 812px;
        margin-bottom: -33px;
    }
    .checkEmailDiv{
        height: 812px;
        margin-bottom: -33px;
    }
    .inputMail > input::placeholder {
        font-size: 13px;
        font-weight: 400;
        line-height: 15.23px;
    }
    .sendForgot svg{
        width: 107.96px;
        /*height: 40px;*/
    }
    .sendForgot > span{
        font-size: 10px;
        font-weight: 700;
        line-height: 11.72px;
    }
    #letter{
        width: 157px;
        height: 157px;
    }
    .checkEmail{
        font-size: 22px;
        font-weight: 900;
        line-height: 29.01px;
        letter-spacing: 0.05em;
    }
    .digitCode{
        font-size: 18px;
        font-weight: 400;
        line-height: 21.09px;
    }
    .didNotReceive{
        font-size: 15px;
        font-weight: 400;
        line-height: 17.58px;
        margin-top: 24px;
    }
    .checkSpam{
        font-size: 15px;
        font-weight: 400;
        line-height: 17.58px;
    }
    .contentCheckEmail {
        height: 317px;
        gap: 0;
    }
}
@media screen and (max-width: 443px) {
    .contentCheckEmail {
        gap: 10px;
    }
}
@media screen and (max-width: 350px) {
    .contentForgot {
        height: 300px;
    }
}