.login-custom{
    width: 100%;
    z-index: 9999;
    background-color: transparent !important;
    transition: all 0.5s ease-out;
    display: inline !important;
}

.register-custom.hide{
    width: 100%;
    z-index: 9999;
    background-color: transparent !important;
    transition: all 0.5s ease-out;
    opacity: 0;
    display:none !important;
}

.login-forgot{
    opacity: 0;
    display:none;
    transition: all 0.5s ease-out;
}

.login-signin{
    opacity: 1;
    transition: all 0.5s ease-out;
}

.login-forgot.show{
    opacity: 1;
    display:inline;
    transition: all 0.5s ease-out;
}

.login-signin.hide{
    opacity: 0;
    display:none;
    transition: all 0.5s ease-out;
}

.login-custom.hide {
    opacity: 0;
    transition: all 0.5s ease-out;
    display: none !important;
}

.register-custom.show{
    opacity: 1;
    display:inline !important;
    transition: all 0.5s ease-out;
}

body{
    background-image: url(/assets/media/custom_trablock/diversify_hut_login_register_background.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-position: center center !important;
}

.text-white{
    color: #fff !important;
}

.align-titles{
    text-align: center;
    margin-bottom: 25px;
}

.big-title{
    font-size: 35pt !important;
    margin-bottom: 50px;
}

.img_devices {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    object-fit: scale-down;
    display:block;
}

.register-custom{
    float: right;
}

.btn-green{
    background-color: #c69d69;
    color: #fff;
}

.btn-blue,
.btn-blue:hover {
    background-color: #c69d69 !important;
    color: #fff !important;
}

.blue {
    color: #c69d69 !important;
}

.green{
    color: #c69d69 !important;
}

.btn-light-green, .btn-light-green:hover{
    background-color: #effaf1;
    color: #c69d69;
}

.cursor-pointer{
    cursor: pointer;
}

.btn-green:hover{
    color: #fff;
}

.btn-green.disable{
    background-color: #a5e5cd;
    pointer-events: none;
}

.formbg {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    transition: all 0.5s ease-out;
}

.formbg-movile{
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    transition: all 0.5s ease-out;
    display: none;
}

.formbg.moveright {
    left: 50%;
}

.swal2-container.swal2-center.swal2-backdrop-show{
    z-index: 1000000;
}

/*.a.text-hover-custom:hover, .text-hover-custom:hover, a.text-white:hover, a.text-white:focus{
    color: #c69d69 !important;
}*/

.text-dark{
    color: #000 !important;
}

.bg-white{
    background-color: #fff;
}

.bg-gray{
    background-color: #f2f2f2 !important;
}

.card.card-custom {
    -webkit-box-shadow: 0px 0px 30px 0px rgb(82 63 105 / 5%);
    box-shadow: -7px 3px 9px 0px rgb(82 63 105 / 5%) !important;
    border: 0;
}

.checkbox > input:checked ~ span {
    background-color: #c69d69;
}

@media (min-width: 992px){
    .login.login-3 .login-aside {
        width: 50%;
        max-width: 50%;
    }

    .login.login-3 .login-content .login-form {
        width: 100%;
        max-width: 1000px !important;
    }
}

@media (min-width: 1100px){
    .login.login-3 .login-aside {
        width: 50%;
        max-width: 50%;
    }
}

@media (max-width: 1100px){
    .login-custom{
        width: auto;
        margin-top: 115px;
    }

    .register-custom{
        width: 100%;
        display: none !important;
        margin-top: 115px;
    }

    .formbg{
        display: none;
    }

    .formbg-movile{
        display: flex;
        height: 950px;
        width: 500px;
    }
    
    .login-custom.hide {
        opacity: 0;
        display: none !important;
        transition: all 0.5s ease-out;
    }
    
    .register-custom.show{
        opacity: 1;
        display: flex !important;
        transition: all 0.5s ease-out;
    }
}