/**
 * Tablet Styles
 * Min-width: 481px
 */

@media (min-width: 481px) {
    .container {
        max-width: 720px;
        padding: 0 30px;
    }
    
    .action-buttons {
        flex-direction: row;
        justify-content: center;
    }
    
    .action-buttons .btn {
        width: auto;
        min-width: 180px;
    }
    
    .features {
        flex-direction: row;
        justify-content: center;
    }
    
    .auth-card {
        padding: 40px;
    }
}