:root {
    --btn_custom: #1146D0;
    --btn_custom_hover: #2259e5;
}

body,
html {
    background-color: black;
    font-family: 'Poppins';
    background-image: url("../img/background.png") ;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
    background-color:#fff;
}

.container {
    position: relative;
}

.boxlogin {
    background-repeat: no-repeat;
    display: relative;
    margin: 04rem auto;
    border-radius: 5px;
    width: 85%;
    height: 310px;
    /* background-color: pink; */
    margin-left: 50%;
}
.formlogin {
    position: absolute;
    background: #fff;
    height: 60px;
    width: 30%;
    border-radius: 5px;
    margin-left: 150px;
    /* margin-top: 10px; */
}

.profile-views {
    margin-top: 77px;
    margin-right: 40px;
}

.btn-custom {
    background-color: var(--btn_custom);
    border: 1px solid var(--btn_custom);
    color: #fff;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom.active,
.btn-custom:active,
.open > .dropdown-toggle.btn-custom {
    background-color: var(--btn_custom_hover);
    border: 1px solid var(--btn_custom);
    color: #d9d5d5;
}

.logo-login-web {
    left: 40%;
    position: absolute;
    top: 18%;
    width: 70%;
    text-align: center;
}

.logo-login {
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
}

.text-header-login {
    font-family: 'Secular One';
}

.text-subheader {
    line-height: 0.5; 
    font-family:'Poppins';
}

@media(max-width:1200px) {
    .formlogin {
        position: absolute;
        background:#fff;
        height: 60px;
        width: 37%;
        border-radius: 5px;
        margin-left: 5%!important;
    }
}

@media(max-width:991.98px) {
    html, body {
        background-image: url("../img/background.png") ;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right top;
        background-color:#fff;
        font-family: 'Poppins';
    }

    .formlogin {
        position: absolute;
        background: #fff;
        height: 60px;
        width: 37%;
        border-radius: 5px;
        margin-left: 5%!important;
    }

    .text-subheader {
        line-height: 1.2; 
        font-family:'Poppins';
    }
    
}

@media(max-width:767.98px) {
    html, body {
        background-image: url("../img/background.png") ;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right top;
        background-color:#fff;
        font-family: 'Poppins';
    }

    .logo-login-web {
        display: none;
    }

    .formlogin {
        position: absolute;
        background: #fff;
        height: 60px;
        width: 53%;
        border-radius: 5px;
        margin-left: 13%!important;
    }

    .text-subheader {
        line-height: 1.2; 
        font-family:'Poppins';
    }
}

@media(max-width:575.98px) {
    html, body {
        background-image: url("../img/background.png") ;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right top;
        background-color:#fff;
        font-family: 'Poppins';
    }

    .boxlogin {
        background-color: transparent;
    }
    .formlogin {
        position: absolute;
        background: #fff;
        height: 60px;
        width: 80%!important;
        border-radius: 5px;
        margin-left: 8%!important;
    }

    .logo-login {
        margin-bottom: 10px;
        width: 100%;
        text-align: center;
        display: block;
    }

    .text-subheader {
        line-height: 1.2; 
        font-family:'Poppins';
    }
}

@media(max-width:479px) {
    .boxlogin {
        background-color: transparent;
    }

    html, body {
        background-image: url("../img/background.png") ;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right top;
        background-color:#fff;
        font-family: 'Poppins';
        display: block;
    }

    .formlogin {
        position: absolute;
        background: #fff;
        height: 60px;
        width: 80%!important;
        border-radius: 5px;
        margin-left: 5%!important;
    }

    .logo-login {
        margin-bottom: 10px;
        width: 100%;
        text-align: center;
        display: block;
    }

    .text-subheader {
        line-height: 1.2; 
        font-family:'Poppins';
    }
    
}


