html{
    height: 100%;
    margin-top: 0 !important;
}

main, body{
    height: 100%;
    max-height: 100%;
}

.main-row{
    height: inherit;
}

.landing-desktop{
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: right;
    padding: 5rem 15rem 3rem;
}

@media screen and (min-width: 1440px) and (min-height: 830px ) {
    .landing-desktop{
        height: inherit;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1439px){
    .landing-desktop {
        padding: 5rem;
    }
}

@media screen and (min-width: 1700px) {
    .landing-desktop {
        padding: 5rem 25rem;
    }
}

.bg-tablet{
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: right;
    background-position-y: bottom;
    padding: 70px 30px 70px 85px;
}

@media screen and (max-width: 1024px) and (max-height: 1024px) {
    .bg-tablet{
        height: 100%;
    }

    .content-col{
        padding-top: 0 !important;
    }

    .row-content{
        padding-top: 35px !important;
    }
}

.landing-tablet{
    height: inherit;
}


@media screen and (max-width: 767px) {
    .bg-tablet{
        padding: 76px 42px 70px 42px;
        height: 100%;
    }
}

.container-fluid{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.container-fluid.tablet{
    height: 100vh;
    background-color: black;
}
@media screen and (max-width: 767px) {
    .container-fluid.tablet{
        height: unset;
    }
}


@media screen and (max-width: 767px) {
    .row-content{
        padding-top: 13px;
        z-index: 10;
    }
}

.footer-text{
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 118.69%;
    text-transform: uppercase;
    color: #898989;
}

@media screen and (max-width: 1023px) {
    .footer-text{
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    .footer-text{
        font-size: 15px;
    }
}

.black-gradient{
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    display: flex;
    align-items: flex-end;
}

.row-footer{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: inherit;
    padding: 50px 0 0;
}

@media screen and (max-width: 1023px) {
    .logo-sportxp{
        width:30%;
    }
}

@media screen and (max-width: 767px) {
    .logo-sportxp{
        width:40%;
        margin-bottom: 25px;
    }

    .logo-footer{
        width: 90%;
    }
}

.box{
    height: 316px;
    width: 456px;
    left: 492px;
    top: 253px;
    border-radius: 8px;
    padding: 32px;
    background-color: white;
}

.box.confirmation{
    height: unset;
}

.title-box{
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    display: flex;
    align-items: flex-end;
    color: #121212;
}

.desc-box{
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    letter-spacing: 0.2px;
    color: #121212;
    margin-bottom: 24px;
}

#new-password{
    position: relative;
    width: 392px;
    height: 56px;
    background: #f5f5f5;
    border: 1px solid rgba(58, 58, 58, 0.5);
    border-radius: 8px;
}

#new-password:focus{
    box-shadow: none;
}

#new-password:hover{
    border: 1px solid #121212;
}

.form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label{
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
    display: flex;
    align-items: center;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    color: #121212;
    opacity: 1;
}

.label-new-psw{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    letter-spacing: 0.2px;
    color: #121212;
    opacity: 0.5;
    font-family: 'Lato', sans-serif;
}

.icon-eye{
    position: absolute;
    right: 20px;
    top: 17px;
    font-size: 20px;
    cursor: pointer;
}

.sub-text{
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    display: flex;
    align-items: center;
    letter-spacing: 0.25px;
    color: #3A3A3A;
    margin-bottom: 24px;
}

.btn-sportxp{
    margin-top: 24px;
    font-family: 'Lato', sans-serif;
    height: 56px;
    width: 392px;
    left: 0;
    top: 0;
    border-radius: 8px;
    background: #B49C5C;
    color: white;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
}

.btn-sportxp:hover{
    color: white;
}

.btn-sportxp:focus{
    box-shadow: none;
}

@media screen and (max-width: 767px){
    .box{
        width: 345px;
    }

    .desc-box{
        font-size: 13px;
    }

    .btn-sportxp{
        width: 284px;
    }
}

.caption {
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.25px;
    margin-bottom: 0;
}
