
body
{
    background-color: #F6F6F6;
}
.box
{
    height: fit-content;
    width: 40rem;
    margin: 0 auto;
    margin-top: 10vh;
    margin-bottom: 15vh;
}
.f_logo
{
    height: 56px;
    width: 56px;
    background-image: url('../images/logo.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
}
.f_h
{
    color: #15A2DA;
    text-align: center;
    font-family: Proxima Nova;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    margin-top: 1rem;
}
.ps
{
    display: flex;
}
.inpt
{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 2vh;
    height: 64px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border: none;
    padding-left: 1.5rem !important;
    outline: none;
}
.eye
{
    position: absolute;
    margin-left: 33rem;
    margin-top: 1.8rem;
    cursor: pointer;
}
.rem
{
    width: 80%;
    display: flex;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
}
#remember
{
    display: none;
}
.mem
{
    cursor: pointer;
}
.me
{
    color: #717171;
    font-family: Helvetica Now Text ;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: .2rem;
    cursor: pointer;
}
.forget
{
    text-decoration: none;
    color: #15A2DA;
    text-align: right;
    font-family: Helvetica Now Text ;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-left: auto;
}
.f_btn
{
    width: 80%;
    height: 55px;
    border-radius: 8px;
    background: #15A2DA;
    border: none;
    color: #FFF;
    text-align: center;
    font-family: Helvetica Now Text ;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5vh;
    display: block;
}
.f_f
{
    color: #717171;
    font-family: Helvetica Now Text ;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 2rem;
    text-align: center;
}
.f_f a
{
    text-decoration: none;
    color: #6DC896;
}
