.card-icon-bg .card-body .content{
    max-width: fit-content !important;
    padding-left: 10px !important;
    text-align: left !important;
}
.card-icon-bg .card-body .content p.text-muted{
    font-size: 16px !important;
}

.card.card-icon-bg.card-icon-bg-primary{
    height: 100% !important;
}

/* ---New for trezor */
.auth-side-image{
    height: 100dvh;
}
.auth-right-side{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.auth-content{
    background: #232323;
    padding: 30px;
    border-radius: 20px;
    min-width: 500px;
    width: 100%;
    border: 1px solid #9ca3af3d;
}
.form-control {
    outline: initial !important;
    background: #212121 !important;
    border: 1px solid #9ca3af3d;
    color: #eee !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    padding: 12px;
    font-size: 16px;
}
.form-control:focus{
    border-color: #9ca3af8a;
}
.form-check .form-check-input{
    accent-color: #0098ff;
    width: 20px;
    height: 20px;
}
.lower-link{
    border: 1px solid #9ca3af3d;
    background: #232323;
    padding: 10px 30px;
    border-radius: 10px;
}
.lower-link p{
    color: #eee;
    margin-bottom: 0;
    font-size: 16px;
}
.lower-link p a{
    color: #3974FF;
}
.button {
    border-radius: 68px;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    transition: all ease .4s;
    border: 0;
    background: #0098ff;
    color: #fff;
    padding: 10px 30px;
    width: 100%;
}
.button:hover{
    background: #3974FF;
}
.text-site{
    color: #0098ff;
}
@media (max-width: 530px) {
    .auth-content{
        min-width: 400px;
    }
}
@media (max-width: 420px) {
    .auth-content{
        min-width: 350px;
    }
}
@media (max-width: 390px) {
    .auth-content{
        min-width: auto;
    }
}
.fs-6{
    font-size: 14px !important;
}

.auth-left-text{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 3em;
    color: #fff;
}
.auth-left-text .inner{
    background: rgba(10, 13, 30, 0.8);
    padding: 20px;
    border: 1px solid #9ca3af3d;
    border-radius: 20px;
}
