@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wdth,wght@0,62.5..100,100..900;1,62.5..100,100..900&display=swap');

.home {
    background: url('../assets/backgroundClicks.png') no-repeat center center fixed;
    height: 100vh;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: flex;
    flex-direction: column;
}

.hero h6 {
    font-family: "MetLife Circular";
    font-style: normal;
    font-weight: 400;
}

.hero h4 {
    font-family: "MetLife Circular";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.hero p {
    color: #FFF;

    font-family: "Noto Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.login-from-container {
    border-radius: 10px;
    max-height: 70vh;
   
}

.login-register-button {
    margin: 0 30px;
}

.login-card-body {
    font-family: "MetLife Circular";
    color: #333;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
}

.new-to-claim {
    font-family: "Noto Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}


.hr-text {
    display: flex;
    flex-direction: row;
    color: #333;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.hr-text:before,
.hr-text:after {
    content: "";
    flex: 1 1;
    border-bottom: 1px solid #D9D9D6;
    margin: 5px;
}

.new-to-claim {
    color: var(--Slider-Text, #333);
    text-align: center;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
}

.register-button {
    display: flex;
    padding: 8px var(--Size-xl, 10px);
    justify-content: center;
    align-items: center;
    gap: 5px;
    align-self: stretch;
    border-radius: var(--Spacing-space-xs, 8px);
    border: 1px solid var(--Color-Primary-ML-Blue2, #007ABC);
    background: var(--Color-Neutrals-White, #FFF);
    color: var(--Color-Primary-ML-Blue2, #007ABC);

    /* Body Bold Auto */
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.text-link {
    color: var(--Color-Primary-ML-Blue2, #007ABC);
    text-align: right;
    font-family: "Noto Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
}

/* .forgot-password-text {} */

.privacy-policy {
    text-decoration: none;
    color: white;
    font-size: 10px;
}

.footer-font-size{
     font-size: 10px;
}

.footer {
    margin-bottom: 10px;
    margin-top: auto;
    width: 100%;
    color: white;

}
a.register-button {
    text-decoration: none;
}


@media only screen and (max-width: 600px) {
    .footer {
        visibility: hidden;
    }

    .login-header {
        visibility: hidden;
    }

    .hero h6{
        margin-top: 25px;
    }

    .hero h4 {
        font-family: "MetLife Circular";
        font-size: 25px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
    }

    .hero p {
        color: #FFF;
        font-family: "Noto Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        margin-bottom: 20px;
    }

    .home {
        background: white;
    }

    .mobile-background {
        background: url('../assets/bg_mobile.png')  no-repeat center center;
    }

    .login-card-body {
    font-family: "Noto Sans";
    font-size: 22px;
    font-style: bold;
    font-weight: 600;
  
}

.forgot-password-text{
    font-weight: 400;
    font-size: 18px;

}

}