body{
    background-color: #F6F6F6;
}
.box
{
    height: fit-content;
    width: 40rem;
    margin: 0 auto;
    margin-top: 10vh;
    margin-bottom: 15vh;
}
.s_h
{
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.s_s
{
    color: #8692A6;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.crd
{
    width: 100%;
    height: fit-content;
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 4px 14px 1px rgba(0, 0, 0, 0.04);
    padding: 1.5rem;
    display: flex;
    margin-top: 3vh;
    cursor: pointer;
}
.lg
{
    width: 7rem;
    height: 3.5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-top: auto;
    margin-bottom: auto;
}
.l1
{
    background-image: url('../images/pack3.svg');
}
.l2
{
    background-image: url('../images/pack2.svg');
}
.l3
{
    background-image: url('../images/pack1.svg');
}
.detail
{
    width: 100%;
    padding-left: 2rem;
    padding-top: .6rem;
}
.c_d
{
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.c_p
{
    color: #8692A6;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.sign
{
    text-decoration: none;
    display: block;
    text-align: center;
    width: 100%;
    border-radius: 8px;
    background: #15A2DA;
    color: #fff;
    height: 64px;
    border: none;
    margin-top: 3rem;
    font-size: 1.4rem;
    padding-top: 1rem;
}
.sign:hover
{
    color: #fff;
}
.dis
{
    position: absolute;
    background-color: #E3F8FF;
    color: #035388;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    line-height: 18px;
    padding: .6rem .9rem;
    border-radius: 24px;
    margin-left: 27rem;
    font-weight: bolder;
}
.act
{
    background-color: #E3F8FF;
    border: 1px solid #15A2DA;
}
.arrow
{
    margin-top: 3rem;
    display: none;
}
/* Main Signup Page */
.fx
{
    width: 100%;

}
.txt
{
    width: 100%;
    border-radius: 8px;
    background: #FFF;
    border: none;
    height: 64px;
    padding-left: 1.5rem !important;
    outline: none;
    margin-top: 2vh;
}
.pss p
{
    position: absolute;
    margin-top: -2.5rem;
    margin-left: 36rem;
    cursor: pointer;
    color: #000;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.chk
{
    display: flex;
    margin-top: 2rem;
}
.chk p
{
    margin-left: .7rem;
}
.hr
{
    display: flex;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    margin-top: 5vh;
    color: #BABABA;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.hr hr
{
    width: 40%;
    height: .1rem;
    margin-top: 5px;
    
}
.google
{
    width: 100%;
    height: 64px;
    background-image: url('../images/google.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    margin-top: 4vh;
}
.already
{
    color: #717171;
    font-family: Helvetica Now Text ;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    margin-top: 5vh;
}
.already a
{
    text-decoration: none;
    color: #15A2DA;
}