.login-layout {
    background: linear-gradient(to bottom right, #dddddd, #ffffff);
}

.login-layout #logo-monte-azul{
    max-width: 250px;
    margin-left: 20px;
    margin-top: 20px;
}

.login-layout .center-login{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
}

.login-layout .widget-body, .login-layout .widget-body .widget-main{
    background: unset;
}

.login-layout #login-box, .login-layout #forgot-box{
    background-color: #3a489f;
    backdrop-filter: blur(5px);
    border-radius: 40px;
}

.login-layout #login-box .widget-body .toolbar{
    background: unset;
}


.login-layout #login-box .widget-body .toolbar > div:first-child{
    margin: 0!important;
    text-align: center!important;
    width: 100%!important;
}

.login-layout #login-box .widget-body .toolbar .forgot-password-link{
    margin: 0;
}

.login-layout .forgot-box .toolbar{
    background: unset!important;
}

.login-layout .span-logo-login{
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.login-layout .yellow{
    color: #f7e313
}

.login-layout .back-to-login-link{
    font-weight: unset
}

.login-layout .bg-yellow{
    background-color: #f7e313!important;
}

.login-layout .forgot-box .toolbar{
    border-color: #597597!important;
}

body{
    overflow: hidden;
    touch-action: none;
}

.main-container{
    width: 100vh;
    height: 100vh;
    overflow: hidden;
    touch-action: none;
}

h4.header{
    font-weight: 500;
}

.login-image {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;

}

.login-image img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
    border: 5px solid #fff;
    background-color: #f0f0f0;
    object-fit: cover;
}

.container-image-login{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 90px;
    position: relative;
}

#logo-login{
    width: 180px;
}

.login-container{
    width: 400px;
}

#bee-comb-left{
    position: absolute;
    bottom: -200px;
    left: -135px;
    max-width: 500px;
}

#bee-comb-right{
    position: absolute;
    top: -130px;
    right: -9px;
    max-width: 500px;
    rotate: 180deg;
}

#cubes{
    position: absolute;
    max-width: 700px;
    bottom: -195px;
    right: -180px;
}

@media (max-width: 1366px) and (min-width: 769px) {
    #bee-comb-left{
        bottom: -100px;
        left: -65px;
        max-width: 250px;
    }

    #bee-comb-right{
        top: -65px;
        right: -10px;
        max-width: 250px;
    }

    #cubes {
        max-width: 350px;
        bottom: -90px;
        right: -85px;
    }
}

@media (max-width: 768px) {
    #bee-comb-left{
        bottom: -25px;
        left: -3px;
        max-width: 125px;
    }

    #bee-comb-right{
        top: -5px;
        right: -10px;
        max-width: 125px;
    }

    #cubes {
        max-width: 175px;
        bottom: -30px;
        right: -40px;
    }
}