/* TrustDesk Cloud Demo Styling */

body {
    font-family: 'Inter', sans-serif;
}

.login-card {
    max-width: 400px;
}

/* Buttons */
.btn-primary {
    background-color: #0058b6;
    border: none;
}

    .btn-primary:hover {
        background-color: #004a9f;
    }

/* Alerts */
.alert-info {
    background-color: #e7f2ff;
    border: none;
    color: #004a9f;
}

/* Inputs */
.input-group-text {
    border-right: none;
}

.form-control {
    border-left: none;
}

.input-group .form-control:focus {
    box-shadow: none;
    border-color: #0058b6;
}
