.draccu-custom-login-container {
    max-width: 1000px;
    margin: auto;
    padding-top: 20px;
}

.draccu-custom-login-container #img-desktop-banner{
    border: solid 1px #dadada;
    border-radius: 10px;
    margin-bottom: 10px;
}

.draccu-custom-login-container #img-mobile-banner{
    display: none;
}

.draccu-custom-login-container #img-mobile-banner{
    display: none;
}

.draccu-custom-login-container .draccu-custom-login-content{
    border: solid 1px #dadada;
    border-radius: 10px;
    margin-bottom: 10px;
    background-color: #fff;
    padding: 25px 30px 25px 30px;
}

.draccu-custom-login-container .draccu-custom-login-content h3{
    font-size: 1.3em;
    font-weight: 600;
    color: #0a0a0a;
    margin-bottom: 0;
}

.draccu-custom-login-container .draccu-custom-login-content h4{
    font-size: 1.2em;
    font-weight: 600;
    color: #575757;
    margin-bottom: 10px;
}

.draccu-custom-login-container .draccu-custom-login-content label{
    display: block;
    font-size: 1em;
    font-weight: 500;
    color: #141414c9;
    padding-bottom: 7px;
    padding-top: 15px;
}

.draccu-custom-login-container .draccu-custom-login-content div{
    display: flex;
    gap: 15px;
    flex-wrap: wrap;  
}

.draccu-custom-login-container .draccu-custom-login-content input[type="text"]{
    border: solid 1px #adadad;
    padding: 5px;
    border-radius: 10px;
}

.draccu-custom-login-container .draccu-custom-login-content input[type="color"]{
    width: 120px;
}

.draccu-custom-login-container .draccu-custom-login-content button[type="submit"]{
    color: #fff;
    font-size: 1.1em;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    padding: 10px 30px;
    background-color: #13C9B3;
    margin-top: 15px;
    cursor: pointer;
}


.draccu-custom-login-container .draccu-custom-login-others-plugins{
    background-color: #fff;
    border: solid 1px #dadada;
    border-radius: 10px;
    padding: 8px 30px 25px 30px;
    margin-top: 12px;
}

.draccu-custom-login-container .draccu-custom-login-others-plugins h4{
    font-size: 1.5em;
    font-weight: 700;
    color: #1D2327;
}


.draccu-custom-login-container .draccu-custom-login-others-plugins p{
    font-size: 1.1em;
    font-weight: 400;
    color: #8d8d8d;
    margin-top: -12px;
}

.draccu-custom-login-container .draccu-custom-login-others-plugins .others-plugins{
    display: flex;
    gap: 20px;
}

.draccu-custom-login-container .draccu-custom-login-others-plugins .others-plugins div{
    max-width: 250px;
    border: solid 1px #dadada;
    border-radius: 10px;
    padding-bottom: 10px;

}

.draccu-custom-login-container .draccu-custom-login-others-plugins .others-plugins img{
    max-width: 100%;
    border: none;
    border-radius: 10px 10px 0 0;
}

.draccu-custom-login-container .draccu-custom-login-others-plugins .others-plugins h5{
    font-size: 1.1em;
    font-weight: 700;
    color: #1D2327;
    margin-top: -7px;
    padding: 10px 10px 0 10px;
}

.draccu-custom-login-container .draccu-custom-login-others-plugins .others-plugins p{
    font-size: 1.1em;
    font-weight: 400;
    color: #8d8d8d;
    margin-top: -20px;
    padding: 0 10px 0 10px;
    margin-bottom: 5px;
}

.draccu-custom-login-container .draccu-custom-login-others-plugins .others-plugins a{
    color: #00CBBB;
    text-decoration: none;
    font-weight: 700;
    padding: 0 10px 0 10px;
}

@media only screen and (max-width: 500px) {
    .draccu-custom-login-container {
        max-width: 100%;
        padding: 20px 10px;
    }

    .draccu-custom-login-container #img-desktop-banner{
        display: none;
    }
    
    .draccu-custom-login-container #img-mobile-banner{
        display: block;
        width: 100%;
        border: solid 1px #dadada;
        border-radius: 10px;
        margin-bottom: 10px;
    }

    .draccu-custom-login-container .draccu-real-estate-content{
        display: block;
    }

    .draccu-custom-login-container .draccu-real-estate-content .menu-buttons-draccu-real-estate button{
        width: 100%;
    }

    .draccu-custom-login-container .draccu-custom-login-others-plugins .others-plugins{
        display: block;
    }

    .draccu-custom-login-container .draccu-custom-login-others-plugins .others-plugins div{
        max-width: 100%;
        margin-bottom: 20px;
    
    }    
}