.body-background {
    background-image: url('c180bg.jpg');
    background-size: cover;
}

.login_heading {
    font-size: 46px;
    text-shadow: 0px 5px 5px rgba(0, 0, 0, .2);
}

.register_heading {
    font-size: 36px;
    text-shadow: 0px 5px 5px rgba(0, 0, 0, .2);
    font-weight: 400;
}

.navheading {
    color: #FFF;

    font-size: 59px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 5.31px;
}

.fp_welcome {
    color: #172B4D;

    font-family: Outfit;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.login_welcome {
    color: #172B4D;

    font-family: Outfit;
    font-size: 90px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    /* letter-spacing: 3.57px; */
}

.login_welcome_lead {
    color: #232323;

    text-align: center;
    font-family: Outfit;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.99px;
    margin-bottom: 2rem;
}

.login_links {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
    font-size: 16px;
    font-weight: 500;
    color: white;
}


.register_leading {
    color: #232323;
    text-align: center;
    font-family: Outfit;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.chk_span {
    padding-left: 5px;
    font-weight: 500;
    color: #232323;
}

.sports_title {
    color: #232323;

    font-family: Outfit;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.register_head_screen {
    background-image: url('comera-bg.png');
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}

.register_head_screen .title {
    color: #FFF;

    text-align: center;
    font-family: Outfit;
    font-size: 90px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

}

.register_head_screen span {
    color: #FFF;

    text-align: center;
    font-family: Outfit;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


/* mobile */
@media (min-width: 320px) and (max-width: 480px) {

    .login_welcome{
        font-size: 50px;
    }
    .navheading{
        font-size: 50px;
    }
    .fp_welcome{
        font-size: 44px;
    }
    

}
/* tab
 */
@media (min-width: 481px) and (max-width: 768px) {

    .login_welcome{
        font-size: 70px;
    }
    .fp_welcome{
        font-size: 50px;
    }
}


.canvas-fabric{
    width: 900px;
    height: 300px;
}

.canvas-fabric2{
    width: 900px;
    height: 300px;
    box-shadow: 0px 2px 5px #00000040;
}